add version classifiers

This commit is contained in:
j 2014-09-28 21:57:02 +02:00
parent 954312e0d6
commit 0a9d0d86d3

View file

@ -42,6 +42,9 @@ setup(
classifiers = [ classifiers = [
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
], ],
) )