trivial: remove python 2 from classifiers

This commit is contained in:
Frédéric Péters 2022-02-02 08:09:20 +01:00
parent ee79e21671
commit 8b90e43fc0
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,7 @@ setup(
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3.5.3',
'Programming Language :: Python :: 3',
],
install_requires=[
'django>=2.2',