From ace98c97fd8472aa57174ebdd2336f3549180ded Mon Sep 17 00:00:00 2001 From: CJ Kucera Date: Tue, 18 Oct 2016 18:54:39 -0500 Subject: [PATCH] Bahhh, forgot to switch the development status to production, too. Shouldn't have bothered switching it to Beta earlier, really. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ac6039..7517c16 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ ], # https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Framework :: Django :: 1.10',