]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: mark Tahoe in the Trove classifiers as Production/Stable instead of Beta
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 14 Apr 2008 18:08:23 +0000 (11:08 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 14 Apr 2008 18:08:23 +0000 (11:08 -0700)
setup.py

index 46164f50e99fbfcc2dea070d1c53a2fbe63948c7..b848b6d065bad95e81d42aa021107d5d04fd2f19 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ except EnvironmentError:
     pass
 
 trove_classifiers=[
-    "Development Status :: 4 - Beta", 
+    "Development Status :: 5 - Production/Stable",
     "Environment :: Console",
     "Environment :: Web Environment",
     "License :: OSI Approved :: GNU General Public License (GPL)",