2024-09-28 21:09:09 +02:00
|
|
|
[metadata]
|
2024-09-29 02:23:30 +02:00
|
|
|
name = nftables_api-server
|
2024-09-28 21:09:09 +02:00
|
|
|
version = attr: nftables_api.__version__
|
|
|
|
author = Georg Pfuetzenreuter
|
|
|
|
author_email = georg+python@lysergic.dev
|
2024-09-29 02:34:49 +02:00
|
|
|
description = RESTful HTTP API for nftables (Server)
|
2024-09-28 21:09:09 +02:00
|
|
|
license = EUPL-1.2
|
|
|
|
long_description = file: README.md, LICENSE
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir=
|
|
|
|
=.
|
|
|
|
packages=find:
|
|
|
|
python_requires = >=3.6
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where=.
|