[py-svn] pytest commit e9e127acd6f0: fix trove classifier

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Nov 25 21:04:02 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest
# URL http://bitbucket.org/hpk42/pytest/overview
# User holger krekel <holger at merlinux.eu>
# Date 1290715329 -3600
# Node ID e9e127acd6f0497324ef7f40cfb997cad4c4cd17
# Parent  57f312d1122860af1b0642541d6082b540322777
fix trove classifier

--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def main():
         author_email='holger at merlinux.eu',
         entry_points= make_entry_points(),
         install_requires=['py>=1.4.0a2'],
-        classifiers=['Development Status :: 5 - Production',
+        classifiers=['Development Status :: 5 - Production/Stable',
                      'Intended Audience :: Developers',
                      'License :: OSI Approved :: MIT License',
                      'Operating System :: POSIX',



More information about the pytest-commit mailing list