don't declare py25 as supported anymore.

This commit is contained in:
holger krekel 2013-12-12 07:30:34 +01:00
parent 98135a3d30
commit 1644cd2da5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ classifiers=['Development Status :: 6 - Mature',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3'] + [ 'Programming Language :: Python :: 3'] + [
("Programming Language :: Python :: %s" % x) for x in ("Programming Language :: Python :: %s" % x) for x in
"2.5 2.6 2.7 3.0 3.1 3.2 3.3".split()] "2.6 2.7 3.0 3.1 3.2 3.3".split()]
long_description = open("README.rst").read() long_description = open("README.rst").read()
def main(): def main():