diff options
author | Val Neekman <val@neekware.com> | 2014-08-16 22:02:32 -0400 |
---|---|---|
committer | Val Neekman <val@neekware.com> | 2014-08-16 22:02:32 -0400 |
commit | b86d17c3607aad237ace02710a6cae924c324116 (patch) | |
tree | 411918fa12c2e9e5070189e9c37a4885dc47736a /setup.py | |
parent | 152827ae8f84e9b89db21bde18c052467bbaf293 (diff) | |
download | python-slugify-b86d17c3607aad237ace02710a6cae924c324116.tar.gz |
Added console, pypy and some reorg0.0.8
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |