summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2015-04-12 11:22:41 -0400
committerVal Neekman <val@neekware.com>2015-04-12 11:22:41 -0400
commitcf9179187f4a14031cf29b58c162bfb58afb7bfe (patch)
tree9fd2c45cfabf70735a95b3e4e908036283589103 /setup.py
parentf917cbd8ebab1f114b6d2c51c64fddb35f6c04cf (diff)
downloadpython-slugify-cf9179187f4a14031cf29b58c162bfb58afb7bfe.tar.gz
promoting to stable1.0.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7d62750..543fb50 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ author_email = 'info@neekware.com'
license = 'BSD'
install_requires = ['Unidecode>=0.04.16']
classifiers = [
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX',