summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-01-11 14:32:43 +0100
committerGitHub <noreply@github.com>2018-01-11 14:32:43 +0100
commit45b6467b74fa75a9ec51e97e1529e2387646b4a9 (patch)
tree5ddbbd45c39ed29651b17ebcef0410f107aeb1a0
parent8f40e9cfeda7edf191563d9ca86b74cdf92e9d51 (diff)
parent2c2cd33b790088da75d0e944390556cffa2447c5 (diff)
downloadsqlparse-45b6467b74fa75a9ec51e97e1529e2387646b4a9.tar.gz
Merge pull request #373 from jdufresne/stable
Document project as stable and ready for use in production
-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',