Merge branch 'fix-setup-classifiers' into 'v2.9.x'

Fix setup.py classifiers

See merge request allianceauth/allianceauth!1342
This commit is contained in:
Ariel Rin 2021-10-18 01:59:25 +00:00
commit 0072983b4f

View File

@ -71,7 +71,6 @@ setup(
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
@ -87,5 +86,4 @@ setup(
project_urls={
'Documentation': 'https://allianceauth.readthedocs.io/',
},
)