Remove support for python 2.7 in package classifiers

This commit is contained in:
Albert Wang
2020-08-15 17:35:18 -07:00
parent d411e20580
commit d7f0747432

View File

@@ -23,7 +23,6 @@ setup(
'Development Status :: 5 - Production/Stable',
'Topic :: System :: Archiving :: Backup',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],