summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorbbangert <none@none>2005-10-05 21:36:20 -0700
committerbbangert <none@none>2005-10-05 21:36:20 -0700
commit7f610e1cdcef7e7dd785e2c9b42541f671fe6a0a (patch)
tree6be8d67a22834cffe09026a27897d6cf90a89f94 /setup.py
parent408d11253f1b4c6971ae69410638ab794ae99861 (diff)
downloadroutes-7f610e1cdcef7e7dd785e2c9b42541f671fe6a0a.tar.gz
[svn] Adding Changelog, and updating development status to reflect its stability
--HG-- branch : trunk
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0b25100..6654149 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(name="Routes",
long_description="""
A Routing package for Python that matches URL's to dicts and vice versa
""",
- classifiers=["Development Status :: 4 - Beta",
+ classifiers=["Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",