diff options
| author | Val Neekman <val@neekware.com> | 2018-03-25 09:21:29 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2018-03-25 09:21:29 -0400 |
| commit | fd719a77041cbfff4f658e850fc861ec350fb9e7 (patch) | |
| tree | 07db549de0236f93e09d086c0c9cba44fe52ea38 /setup.py | |
| parent | d12d1fc3851628dba7b071d13d1e61ccbf636fa2 (diff) | |
| download | python-slugify-fd719a77041cbfff4f658e850fc861ec350fb9e7.tar.gz | |
grammer
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] |
