summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2013-04-24 10:27:06 -0400
committerVal Neekman <val@neekware.com>2013-04-24 10:27:06 -0400
commite951142f77402cd4e0bdca69ea4aea5bb466c310 (patch)
tree26369e90d4a53ac5ff6807ef4833ff16a4a8e4a3 /setup.py
parenta4c78fab0157d7da3ed77ca8b2f98cd0dbac5bf2 (diff)
downloadpython-slugify-e951142f77402cd4e0bdca69ea4aea5bb466c310.tar.gz
added non-dash separator option0.0.4
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 e2df292..509282f 100755
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ author_email = 'info@neekware.com'
license = 'BSD'
install_requires = ['Unidecode>=0.04.9']
classifiers = [
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX',