generated from coop-cloud/example
38 lines
915 B
INI
38 lines
915 B
INI
[metadata]
|
|
name = pretix-attendance-confirm
|
|
version = 0.1.0
|
|
description = Attendance confirmation email plugin for pretix
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
author = Ez for mITs
|
|
license = AGPL-3.0-or-later
|
|
license_files = LICENSE
|
|
classifiers =
|
|
Development Status :: 3 - Alpha
|
|
Environment :: Plugins
|
|
Framework :: Django
|
|
License :: OSI Approved :: GNU Affero General Public License v3
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
Topic :: Office/Business
|
|
|
|
[options]
|
|
packages = find:
|
|
include_package_data = True
|
|
install_requires =
|
|
pretix>=2024.3
|
|
python_requires = >=3.10
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
tests
|
|
tests.*
|
|
|
|
[options.entry_points]
|
|
pretix.plugin =
|
|
attendance_confirm = pretix_attendance_confirm
|
|
|
|
[options.package_data]
|
|
pretix_attendance_confirm =
|
|
templates/**/*
|
|
static/**/* |