35 lines
966 B
INI
35 lines
966 B
INI
[metadata]
|
|
license = MIT
|
|
version = 1.0.0-alpha.8
|
|
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]
|
|
python_requires = >=3.8
|
|
packages =
|
|
flaschengeist_events
|
|
install_requires =
|
|
flaschengeist >= 2.0.0.dev0
|
|
|
|
[options.package_data]
|
|
* = *.toml, script.py.mako, *.ini, migrations/*.py
|
|
|
|
[options.entry_points]
|
|
flaschengeist.plugins =
|
|
events = flaschengeist_events:EventPlugin
|