-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (26 loc) · 700 Bytes
/
setup.cfg
File metadata and controls
28 lines (26 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[metadata]
name = cmake-file-api
license = MIT
author = Anonymous Maarten
author_email = anonymous.maarten@gmail.com
description = Read and interpret CMake's file-based API
long_description = file: README.md
long_description_content_type = text/markdown
url = http://github.com/madebr/python-cmake-file-api
classifiers =
Development Status :: 1 - Planning
Programming Language :: Python :: 3
Programming Language :: C
Programming Language :: C++
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
python_requires = >=3.10
packages=find:
setup_requires =
setuptools_scm
[options.packages.find]
exclude =
tests
tests.*
*.tests