[metadata] name = pretix-selective-export version = 0.1.0 description = Selective field export 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 = selective_export = pretix_selective_export [options.package_data] pretix_selective_export = templates/**/* static/**/*