diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 01:28:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 01:28:14 +0300 |
commit | 3e0103cdb5686baf0f2c44284ada0fd1eb2a7af9 (patch) | |
tree | 024b307c990571727751f339060039e8758afd04 | |
parent | update script names in README and --help output (diff) | |
download | cmake-common-3e0103cdb5686baf0f2c44284ada0fd1eb2a7af9.tar.gz cmake-common-3e0103cdb5686baf0f2c44284ada0fd1eb2a7af9.zip |
setup.cfg: include common.cmake
-rw-r--r-- | setup.cfg | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -19,15 +19,18 @@ classifiers = [options] packages = find: +python_requires = >=3.6 scripts = tools/project-clang-format tools/ctest-driver -python_requires = >=3.6 + +[options.data_files] +share/cmake = common.cmake [options.entry_points] console_scripts = - boost-download = project.boost.download:_main boost-build = project.boost.build:_main - cmake-build = project.cmake.build:main - ci-cmake = project.ci.cmake:main + boost-download = project.boost.download:_main ci-boost = project.ci.boost:main + ci-cmake = project.ci.cmake:main + cmake-build = project.cmake.build:main |