Removes python 2 from setup.py

This commit is contained in:
Justin Black
2019-12-18 09:44:30 -08:00
parent c08111b6db
commit 44910e1dea

View File

@@ -104,7 +104,6 @@ setup(
cmdclass={'test': PyTest},
test_suite='tests',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',