From fd719a77041cbfff4f658e850fc861ec350fb9e7 Mon Sep 17 00:00:00 2001 From: Val Neekman Date: Sun, 25 Mar 2018 09:21:29 -0400 Subject: grammer --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 230c93a..af831a8 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ url = 'https://github.com/un33k/python-slugify' author = 'Val Neekman' author_email = 'info@neekware.com' license = 'MIT' -if "SLUGIFY_USE_TEXT_UNIDECODE" in os.environ: +if "SLUGIFY_USES_TEXT_UNIDECODE" in os.environ: install_requires = ['text-unidecode>=1.2'] else: install_requires = ['Unidecode>=0.04.16'] -- cgit v1.2.1