summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2009-07-04 00:37:49 +0200
committerHelmut Grohne <helmut@subdivi.de>2009-07-04 00:37:49 +0200
commitbf7be067d4e0dc799367bf1195b414efd363e38d (patch)
treea93174f17aa3e1c09ebd25db4bbaa8476b88a4db
parenta98667a1ea64729548035cdb9106da9af8f5322b (diff)
downloadwsgitools-bf7be067d4e0dc799367bf1195b414efd363e38d.tar.gz
declared beta state in setup.py
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 39b06bb..0501d46 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(name="wsgitools",
license="GPL",
keywords=["wsgi", "pep333", "scgi"],
classifiers=[
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
"Environment :: No Input/Output (Daemon)",
"Environment :: Web Environment",
"Intended Audience :: Developers",