forked from ppfeufer/aa-example-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (44 loc) · 1.4 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = aa_example_plugin
version = attr: example.__version__
description = Example Plugin for Alliance Auth (GitHub Version)
long_description = file: README.md
long_description_content_type = text/markdown
author = Peter Pfeufer
author_email = [email protected]
maintainer = Peter Pfeufer
maintainer_email = [email protected]
license = GPL-3.0
license_file = LICENSE
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
home_page = https://github.com/ppfeufer/aa-example-plugin
keywords =
allianceauth
example
project_urls =
Issue / Bug Reports = https://github.com/ppfeufer/aa-example-plugin/issues
Changelog = https://github.com/ppfeufer/aa-example-plugin/blob/master/CHANGELOG.md
[options]
packages = find_namespace:
install_requires =
allianceauth>=3.0.0
python_requires = ~=3.8
include_package_data = True
zip_safe = False
[options.packages.find]
include = example*
[options.package_data]
* = *