-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (51 loc) · 1.5 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
52
53
[metadata]
name = bindthem
version = 0.2.0
description = A simple script for C++ kernels, to find them all and in the darkness bind them (using pybind11).
keywords = C++, pybind11, python
author = Luke Olson
author_email = [email protected]
maintainer = Luke Olson
maintainer_email = [email protected]
url = https://github.com/lukeolson/bindthem
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: X11 Applications
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: C++
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Education',
Topic :: Scientific/Engineering',
Topic :: Scientific/Engineering :: Mathematics',
Topic :: Software Development :: Libraries :: Python Modules',
[options]
platforms = any
zip_safe = False
include_package_data = False
packages = find:
python_requires = >=3.6
setup_requires =
numpy
pybind11
install_requires =
numpy
pybind11
pyyaml
CppHeaderParser
pytest>=2
[options.entry_points]
console_scripts =
bindthem = bindthem:main