From: Zooko O'Whielacronx Date: Mon, 14 Apr 2008 18:08:23 +0000 (-0700) Subject: setup: mark Tahoe in the Trove classifiers as Production/Stable instead of Beta X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/sitemap.html?a=commitdiff_plain;h=67a7e5ac475640170aecbbf803cce894240f28c5;p=tahoe-lafs%2Ftahoe-lafs.git setup: mark Tahoe in the Trove classifiers as Production/Stable instead of Beta --- diff --git a/setup.py b/setup.py index 46164f50..b848b6d0 100644 --- 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)",