Fix badge. Remove python 3 from classifiers due to dependencies

This commit is contained in:
Iacopo Spalletti 2014-06-11 21:34:56 +02:00
commit 2c56744c62
2 changed files with 5 additions and 4 deletions

View file

@ -61,7 +61,5 @@ setup(
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
],
)