Add trove classifiers for supported python versions

This commit is contained in:
Gilles Dartiguelongue
2018-03-20 15:10:06 +01:00
parent 486bdf56fc
commit ce9716afbe
+6
View File
@@ -51,6 +51,12 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
]