trivial: remove python 2 from classifiers

This commit is contained in:
Frédéric Péters 2022-02-02 08:09:21 +01:00
parent 3a6215856f
commit a72cc63a7f
1 changed files with 0 additions and 1 deletions

View File

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