diff options
| author | Val Neekman <val@neekware.com> | 2018-03-25 09:39:21 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2018-03-25 09:39:21 -0400 |
| commit | 8e360aed732fb0c902e78885c4be89e4048a2d2d (patch) | |
| tree | 51bb26eb4562a4e717330cb3e399576b3b435400 /setup.py | |
| parent | 874fe140aa68ee1065e2170385f8c4ace5ac644a (diff) | |
| download | python-slugify-8e360aed732fb0c902e78885c4be89e4048a2d2d.tar.gz | |
support for text-unidecode
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 "WITH_TEXTUNIDECODE" in os.environ: +if "SLUGIFY_USES_TEXT_UNIDECODE" in os.environ: install_requires = ['text-unidecode>=1.2'] else: install_requires = ['Unidecode>=0.04.16'] |
