diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 22:23:25 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 22:23:25 +0100 |
commit | 3f5dce7541b23f0681711047a6c48a89688ce2c9 (patch) | |
tree | 8805b955b5b9c749be806247a49ba14120c272ba /setup.cfg | |
parent | use --quiet flags for installations (diff) | |
download | cmake-common-3f5dce7541b23f0681711047a6c48a89688ce2c9.tar.gz cmake-common-3f5dce7541b23f0681711047a6c48a89688ce2c9.zip |
packaging: move to pyproject.toml-only
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index d43029f..0000000 --- a/setup.cfg +++ /dev/null @@ -1,36 +0,0 @@ -[metadata] -name = cmake_common -version = 3.4.1 -author = Egor Tensin -author_email = Egor.Tensin@gmail.com -description = Utilities to help develop C++/CMake projects -long_description = file: README.md -long_description_content_type = text/markdown -license = MIT -url = https://github.com/egor-tensin/cmake-common -project_urls = - Bug Tracker = https://github.com/egor-tensin/cmake-common/issues -classifiers = - Development Status :: 4 - Beta - Intended Audience :: Developers - License :: OSI Approved :: MIT License - Programming Language :: C++ - Topic :: Software Development :: Build Tools - -[options] -packages = find: -python_requires = >=3.6 -scripts = - tools/project-clang-format.py - tools/ctest-driver.py - -[options.data_files] -share/cmake = common.cmake - -[options.entry_points] -console_scripts = - boost-build = project.boost.build:_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 |