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 fcdd936ec6
commit 099646edd8
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ setup(
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['python-redmine'],
cmdclass={