Specify python 2.7 and remove 3.6 since we do not test against it yet

This commit is contained in:
Alexis Métaireau 2017-03-21 17:15:11 +01:00
parent b3e7925d66
commit ce236303ef

View file

@ -47,9 +47,9 @@ setup(name='ihatemoney',
license='Custom BSD Beerware',
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",