Merge pull request #2328 from jrobeson/add-python3-trove-classifiers

Add Python 3 trove classifiers
This commit is contained in:
Adrian Sampson 2016-12-17 20:08:13 -05:00 committed by GitHub
commit cba30163cd

View file

@ -135,5 +135,8 @@ setup(
'Environment :: Web Environment',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
)