2023-11-13 17:13:53 +01:00

37 lines
1.0 KiB
INI

[metadata]
name = indico-plugin-payment-sixpay
version = 3.3-dev
description = SIXPay/Saferpay payments for Indico event registration fees
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 = Max Fischer, Martin Claus and Indico Team (CERN)
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
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
install_requires =
indico>=3.3.dev0
iso4217==1.6.20180829
[options.entry_points]
indico.plugins =
payment_sixpay = indico_payment_sixpay.plugin:SixpayPaymentPlugin
[pydocstyle]
ignore = D100,D101,D102,D103,D104,D105,D107,D203,D213