37 lines
839 B
INI
37 lines
839 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-trio
|
||
|
quart
|
||
|
hypercorn[trio]
|
||
|
PyYAML
|
||
|
protobuf
|
||
|
pyroute2
|
||
|
|
||
|
[options.packages.find]
|
||
|
where = src
|
||
|
|
||
|
[options.entry_points]
|
||
|
console_scripts =
|
||
|
capport-control = capport.control.run:main
|