From 1b3899f94b6e7186bc661965c85eb1038b6ff0ff Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 7 Feb 2014 10:31:35 -0800 Subject: We're now past pre-alpha --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 57a95752..73d98aa5 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setup( author_email=about["__email__"], classifiers=[ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", -- cgit v1.2.3 From 1e4811a55f13ca73edacb4179fb3e3b3a5d87048 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 7 Feb 2014 10:33:27 -0800 Subject: Just drop the classifier entirely --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 73d98aa5..81a50f44 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,6 @@ setup( author_email=about["__email__"], classifiers=[ - "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", -- cgit v1.2.3