2021-04-02 04:58:47 +00:00
|
|
|
[metadata]
|
|
|
|
license = MIT
|
|
|
|
version = 2.0.0.dev0
|
|
|
|
name = flaschengeist
|
|
|
|
author = Tim Gröger
|
|
|
|
author_email = flaschengeist@wu5.de
|
|
|
|
url = https://flaschengeist.dev
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
description = Modular student club administration system
|
|
|
|
project_urls =
|
|
|
|
Documentation = https://docs.flaschengeist.dev
|
|
|
|
Source = https://flaschengeist.dev/Flaschengeist/flaschengeist
|
|
|
|
Tracker = https://flaschengeist.dev/Flaschengeist/flaschengeist/issues
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
2021-01-24 15:19:46 +00:00
|
|
|
[bdist_wheel]
|
|
|
|
universal = True
|
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
testpaths = tests
|
|
|
|
|
|
|
|
[coverage:run]
|
|
|
|
branch = True
|
|
|
|
source = flaschengeist
|