-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
51 lines (46 loc) · 1.2 KB
/
setup.cfg
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[metadata]
name = cppwg
version = 0.3.4
author = Chaste Developers
author_email = [email protected]
description = An automatic Python wrapper generator for C++ code
long_description = file: README.md
keywords = C++, Python, pybind11
license = BSD-3-Clause
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
project_urls =
Source Code = https://github.com/Chaste/cppwg/
[options]
zip_safe = False
packages = find:
python_requires = >=3.8
install_requires =
pyyaml>=6.0
pygccxml>=2.2
[options.entry_points]
console_scripts =
cppwg = cppwg.__main__:main
[options.extras_require]
dev =
black
flake8
flake8-bugbear
flake8-docstrings
isort
docs =
sphinx
sphinx-rtd-theme
numpydoc