27 lines
757 B
INI
27 lines
757 B
INI
[metadata]
|
|
name = imaginaerraum_door_admin
|
|
version = 0.0.9
|
|
author = Telos4
|
|
author_email = simon.pirkelmann@gmail.com
|
|
description = A simple web interface for our hackerspace's door token administration
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://git.imaginaerraum.de/Telos4/DoorAdmin
|
|
project_urls =
|
|
Bug Tracker = https://git.imaginaerraum.de/Telos4/DoorAdmin/issues
|
|
license = GPLv3
|
|
license_files = LICENSE
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
Operating System :: OS Independent
|
|
|
|
[options.extras_require]
|
|
dev =
|
|
pytest
|
|
pytest-cov
|
|
pytest-flask
|
|
pytest-mock
|
|
flake8
|
|
selenium
|
|
beautifulsoup4 |