aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 22:04:53 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 22:04:57 +0200
commite5ecc9bb1f2c7de1800413927cece968c79ec3f0 (patch)
treea5239b1842c8d51891fb755b13b8aac9664ede6f /pyproject.toml
parentproject.cmake.build -> project.build (diff)
downloadcmake-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.toml2
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]