summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2018-03-25 09:21:29 -0400
committerVal Neekman <val@neekware.com>2018-03-25 09:21:29 -0400
commitfd719a77041cbfff4f658e850fc861ec350fb9e7 (patch)
tree07db549de0236f93e09d086c0c9cba44fe52ea38 /setup.py
parentd12d1fc3851628dba7b071d13d1e61ccbf636fa2 (diff)
downloadpython-slugify-fd719a77041cbfff4f658e850fc861ec350fb9e7.tar.gz
grammer
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 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']