summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2014-08-16 22:02:32 -0400
committerVal Neekman <val@neekware.com>2014-08-16 22:02:32 -0400
commitb86d17c3607aad237ace02710a6cae924c324116 (patch)
tree411918fa12c2e9e5070189e9c37a4885dc47736a /setup.py
parent152827ae8f84e9b89db21bde18c052467bbaf293 (diff)
downloadpython-slugify-b86d17c3607aad237ace02710a6cae924c324116.tar.gz
Added console, pypy and some reorg0.0.8
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index cdfe3a2..b0c0c1a 100755
--- a/setup.py
+++ b/setup.py
@@ -10,12 +10,12 @@ import codecs
name = 'python-slugify'
package = 'slugify'
-description = 'A Python slugify application that handles unicode'
+description = 'A Python Slugify application that handles Unicode'
url = 'https://github.com/un33k/python-slugify'
author = 'Val Neekman'
author_email = 'info@neekware.com'
license = 'BSD'
-install_requires = ['Unidecode>=0.04.12']
+install_requires = ['Unidecode>=0.04.16']
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',