38 lines
884 B
INI
38 lines
884 B
INI
[metadata]
|
|
name = capport-tik-nks
|
|
version = 0.0.1
|
|
author = Stefan Bühler
|
|
author_email = stefan.buehler@tik.uni-stuttgart.de
|
|
description = Captive Portal
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.tik.uni-stuttgart.de/NKS/python-capport
|
|
project_urls =
|
|
Bug Tracker = https://github.tik.uni-stuttgart.de/NKS/python-capport/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.9
|
|
install_requires =
|
|
trio
|
|
quart
|
|
quart-trio
|
|
hypercorn[trio]
|
|
PyYAML
|
|
protobuf>=4.21
|
|
pyroute2
|
|
|
|
[options.packages.find]
|
|
where = src
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
capport-control = capport.control.run:main
|
|
capport-stats = capport.stats:main
|