Clean up Python-version related PyPI classifiers (#841)

- Removes 'Programming Language :: Python :: 3.5' per the
  README, which specifies 'Python version 3.6 or greater is required.'
- Adds 'Programming Language :: Python :: 3 :: Only' in place
This commit is contained in:
Brad Solomon 2020-01-23 09:05:07 -05:00 committed by Jakub Roztocil
parent deee2dffd0
commit 6e9cd139a6

View File

@ -92,7 +92,7 @@ setup(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Environment :: Console',