aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml (unfollow)
Commit message (Collapse)Author
2023-07-03remove project.ciEgor Tensin
The weird magic going on in the ci-{boost,build} scripts is honestly too weird. With hindsight, it seems to me that it's much better to just build a project with the same command during a CI run as when developing locally. Plus, I haven't really used either Travis or AppVeyor in quite some time, so this code was mostly untested really.
2023-07-03project.ci.cmake -> project.ci.buildEgor Tensin
Accordingly, rename ci-cmake to ci-build.
2023-07-03project.cmake.build -> project.buildEgor Tensin
Accordingly, rename cmake-build to project-build.
2023-03-02add runtime version informationEgor Tensin
2023-03-02packaging: move to pyproject.toml-onlyEgor Tensin
2021-04-13add packaging metadataEgor Tensin