From 3e0103cdb5686baf0f2c44284ada0fd1eb2a7af9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 14 Apr 2021 01:28:14 +0300 Subject: setup.cfg: include common.cmake --- setup.cfg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0c0e8d5..98f8283 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- cgit v1.2.3