indico-plugins/ursh/setup.cfg
2021-06-25 23:17:21 +02:00

31 lines
669 B
INI

[metadata]
name = indico-plugin-ursh
version = 3.0rc1
description = URL shortening service for Indico
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
[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = ~=3.9
install_requires =
indico>=3.0.dev0
[options.entry_points]
indico.plugins =
ursh = indico_ursh.plugin:UrshPlugin
[pydocstyle]
ignore = D100,D101,D102,D103,D104,D105,D107,D203,D213