18 lines
376 B
INI
18 lines
376 B
INI
|
[metadata]
|
||
|
name = nftables_api-client
|
||
|
version = attr: nftables_api_client.__version__
|
||
|
author = Georg Pfuetzenreuter
|
||
|
author_email = georg+python@lysergic.dev
|
||
|
description = RESTful HTTP API for nftables (Client)
|
||
|
license = EUPL-1.2
|
||
|
long_description = file: README.md, LICENSE
|
||
|
|
||
|
[options]
|
||
|
package_dir=
|
||
|
=.
|
||
|
packages=find:
|
||
|
python_requires = >=3.6
|
||
|
|
||
|
[options.packages.find]
|
||
|
where=.
|