Georg Pfuetzenreuter
1e84b2e57d
A client library will be included in this repository as well, prepare by moving all server components to a subdirectory. As part of this, the server script is refactored to a generated entrypoint script. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
18 lines
360 B
INI
18 lines
360 B
INI
[metadata]
|
|
name = nftables_api-server
|
|
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]
|
|
where=.
|