2021-11-28 21:30:15 +00:00
|
|
|
[metadata]
|
|
|
|
license = MIT
|
2024-01-16 18:54:07 +00:00
|
|
|
version = 1.0.0
|
2021-11-28 21:30:15 +00:00
|
|
|
name = flaschengeist-events
|
|
|
|
description = Events plugin for Flaschengeist
|
|
|
|
url = https://flaschengeist.dev/Flaschengeist/flaschengeist-schedule
|
|
|
|
project_urls =
|
|
|
|
Source = https://flaschengeist.dev/Flaschengeist/flaschengeist-schedule
|
|
|
|
Tracker = https://flaschengeist.dev/Flaschengeist/flaschengeist-schedule/issues
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.8,
|
|
|
|
Programming Language :: Python :: 3.9,
|
|
|
|
Programming Language :: Python :: 3.10,
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = True
|
|
|
|
|
|
|
|
[options]
|
2021-12-22 00:05:42 +00:00
|
|
|
python_requires = >=3.8
|
2021-11-28 21:30:15 +00:00
|
|
|
packages =
|
|
|
|
flaschengeist_events
|
|
|
|
install_requires =
|
2024-01-16 18:54:07 +00:00
|
|
|
flaschengeist >= 2.0.0
|
2023-05-06 10:28:43 +00:00
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
* = *.toml, script.py.mako, *.ini, migrations/*.py
|
2021-11-28 21:30:15 +00:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
flaschengeist.plugins =
|
|
|
|
events = flaschengeist_events:EventPlugin
|