summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-01-04 17:54:13 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-01-04 17:54:13 -0800
commit2c2cd33b790088da75d0e944390556cffa2447c5 (patch)
tree89796959f5b799cfc7e657ac19ce3f31f35fbacf /setup.py
parent9d9b8a86a42df73d3673167c3f0154633e362542 (diff)
downloadsqlparse-2c2cd33b790088da75d0e944390556cffa2447c5.tar.gz
Document project as stable and ready for use in production
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c40ee71..1ed74d1 100644
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,7 @@ setup(
long_description=LONG_DESCRIPTION,
license='BSD',
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',