You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
[metadata]
|
|
name = gen_cid
|
|
version = 1.0
|
|
url =
|
|
author = Heck
|
|
author_email = heck@pep.foundation
|
|
description = C Interface definition generator
|
|
long_description = file: README.rst
|
|
keywords = pyBind11, C, C99, code generator
|
|
license = GNU Affero General Public License
|
|
license_files = LICENSE.txt
|
|
classifiers =
|
|
Intended Audience :: Developers
|
|
Topic :: Utilities
|
|
License :: OSI Approved :: GNU Affero General Public License v3 (AGPLv3)
|
|
Natural Language :: English
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Development Status :: 3 - Alpha
|
|
|
|
|
|
[options]
|
|
packages = find:
|
|
python_requires = >= 3.6
|
|
|
|
zip_safe = true
|
|
# include_package_data = true
|
|
# keep aligned with setup.py
|
|
#test_suite = tests
|
|
# deprecated/redundant with pyproject.toml, but lets keep both ways around for now
|
|
setup_requires =
|
|
setuptools >= 39.2.0
|
|
wheel >= 0.35.1
|
|
|
|
install_requires =
|
|
clang
|
|
|
|
[options.extras_require]
|
|
test = pytest
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
tests*
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
addopts = -sx
|
|
|