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.
55 lines
1.4 KiB
55 lines
1.4 KiB
[metadata]
|
|
name = pEpACIDgen
|
|
version = 1.0
|
|
url =
|
|
author = Heck
|
|
author_email = heck@pep.foundation
|
|
description = pEp Abstract C Interface Description Generator
|
|
long_description = file: README.rst
|
|
keywords = pyBind11, c, c99, code generator, IDL, bindings generator, extension, ffi, cffi, ctypes, cython, alternative, cpython, yml2, libclang,
|
|
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]
|
|
include_package_data=true
|
|
packages = find:
|
|
python_requires = >= 3.6
|
|
zip_safe = true
|
|
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
|
|
pybind11 >= 2.6.1
|
|
|
|
install_requires =
|
|
clang
|
|
yml2
|
|
pybind11 >= 2.6.1
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
pEp_acid_gen = pEpACIDgen.__main__:gen
|
|
pEp_acid_gen-config = pEpACIDgen.__main__:get_gen_backend_pyBind11
|
|
|
|
[options.extras_require]
|
|
test = pytest
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
tests*
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
addopts = -sx
|
|
|