From b86d17c3607aad237ace02710a6cae924c324116 Mon Sep 17 00:00:00 2001 From: Val Neekman Date: Sat, 16 Aug 2014 22:02:32 -0400 Subject: Added console, pypy and some reorg --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.1