Commit e145a4c2 authored by James Turk's avatar James Turk

add trove classifiers to setup.py

will make it so https://caniusepython3.com stops showing this as a blocker

based on the versions currently tested in Travis
parent 36d16974
......@@ -69,6 +69,10 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules'
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
test_suite='nose.collector'
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment