Add Python 3 trove classifiers

This commit is contained in:
Johnny Robeson 2016-12-17 18:55:59 -05:00
parent faf2b9feb3
commit 88f59e64ea

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',
],
)