Add Python 3.6 to the classifiers and remove 3.3

This commit is contained in:
Simon Conseil
2017-01-07 17:37:52 +01:00
parent 6b08b5586b
commit e6c1f3a7e4

View File

@@ -48,9 +48,9 @@ setup(
'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 :: Internet :: WWW/HTTP',
'Topic :: Multimedia :: Graphics :: Viewers',
'Topic :: Software Development :: Libraries :: Python Modules',