diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-03 22:04:53 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-03 22:04:57 +0200 |
commit | e5ecc9bb1f2c7de1800413927cece968c79ec3f0 (patch) | |
tree | a5239b1842c8d51891fb755b13b8aac9664ede6f /pyproject.toml | |
parent | project.cmake.build -> project.build (diff) | |
download | cmake-common-e5ecc9bb1f2c7de1800413927cece968c79ec3f0.tar.gz cmake-common-e5ecc9bb1f2c7de1800413927cece968c79ec3f0.zip |
project.ci.cmake -> project.ci.build
Accordingly, rename ci-cmake to ci-build.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 87e8c3c..c6797f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ boost-build = "project.boost.build:_main" boost-download = "project.boost.download:_main" ci-boost = "project.ci.boost:main" -ci-cmake = "project.ci.cmake:main" +ci-build = "project.ci.build:main" project-build = "project.build:main" [tool.setuptools] |