Add trove classifiers for all supported Python versions

This commit is contained in:
Jon Dufresne 2017-11-24 04:56:52 -08:00
parent 688034a3e4
commit 0d3481a2ee
1 changed files with 6 additions and 1 deletions

View File

@ -13,10 +13,15 @@ CLASSIFIERS = [
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Topic :: Software Development',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development',
]
install_requires = [