change metadata

This commit is contained in:
holger krekel 2013-10-24 15:08:50 +02:00
parent 75328b66e6
commit 9dec27371d
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Documentation: http://pytest.org/latest/
Changelog: http://pytest.org/latest/changelog.html
Issues: https://bitbucket.org/hpk42/pytest/issues?status=open
The ``py.test`` testing tool makes it easy to write small tests, yet
scales to support complex functional testing. It provides

View File

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