summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorbbangert <none@none>2005-09-18 13:23:28 -0700
committerbbangert <none@none>2005-09-18 13:23:28 -0700
commit12cf32a90e7302dc794bc1792051557f08611c0a (patch)
tree6e601c939b085133e5f41ab90a2db87700e71399 /setup.py
parentbdb8ce395ef2765c2752a5b1e5b26a3a3862f69f (diff)
downloadroutes-12cf32a90e7302dc794bc1792051557f08611c0a.tar.gz
[svn] Merged -r60:63 from tag into trunkv0.1
--HG-- branch : trunk
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py15
1 files changed, 7 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index 28817c2..3abb350 100644
--- a/setup.py
+++ b/setup.py
@@ -8,14 +8,13 @@ setup(name="Routes",
long_description="""
A Routing package for Python that matches URL's to dicts and vice versa
""",
- classifiers=["Development Status :: 1 - Beta",
- "Intended Audience :: Web Framework Developers",
- "License :: OSI Approved :: New BSD License",
- "Programming Language :: Python",
- "Topic :: Internet :: WWW/HTTP",
- "Topic :: Internet :: WWW/HTTP :: URL Resolver",
- "Topic :: Software Development :: Libraries :: Python Modules",
- ],
+ classifiers=["Development Status :: 4 - Beta",
+ "Intended Audience :: Developers",
+ "License :: OSI Approved :: BSD License",
+ "Programming Language :: Python",
+ "Topic :: Internet :: WWW/HTTP",
+ "Topic :: Software Development :: Libraries :: Python Modules",
+ ],
author='Ben Bangert',
author_email='ben@groovie.org',
url='http://routes.groovie.org/',