nftables-http-api/setup.cfg
Georg Pfuetzenreuter 792149bae6
Packaging
Add files for pyproject buliding, versioning and distribution.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-09-28 21:09:09 +02:00

22 lines
397 B
INI

[metadata]
name = nftables_api
version = attr: nftables_api.__version__
author = Georg Pfuetzenreuter
author_email = georg+python@lysergic.dev
description = RESTful HTTP API for nftables
license = EUPL-1.2
long_description = file: README.md, LICENSE
[options]
package_dir=
=.
packages=find:
python_requires = >=3.6
[options.packages.find]
exclude=
scripts*
tests*
*.toml
where=.