andriish 50b17ea52b
Add Python::3.10 classifier (#188)
Co-authored-by: Andrii Verbytskyi <andriish@pcatlas18.mpp.mpg.de>
2022-09-30 17:37:09 +02:00

35 lines
908 B
INI

[metadata]
name = indico-plugin-livesync-debug
version = 3.0
description = Debug target for the Indico LiveSync plugin
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
url = https://github.com/indico/indico-plugins
license = MIT
author = Indico Team
author_email = indico-team@cern.ch
classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.11
install_requires =
indico>=3.0
indico-plugin-livesync>=3.0.dev0
[options.entry_points]
indico.plugins =
livesync_debug = indico_livesync_debug.plugin:LiveSyncDebugPlugin
[pydocstyle]
ignore = D100,D101,D102,D103,D104,D105,D107,D203,D213