From 67a7e5ac475640170aecbbf803cce894240f28c5 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 14 Apr 2008 11:08:23 -0700 Subject: [PATCH] setup: mark Tahoe in the Trove classifiers as Production/Stable instead of Beta --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)", -- 2.45.2