diff options
| author | Val Neekman <un33kvu@gmail.com> | 2018-12-25 18:00:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-25 18:00:44 -0500 |
| commit | 76f4eabe323653555d11702c3e53b66ebf352683 (patch) | |
| tree | deebed86a83e9710786a4ffd706f7cd5f32e0559 /.vscode/settings.json | |
| parent | f4462bb64278e091011e6612feac295bf46d1136 (diff) | |
| download | python-slugify-2.0.0.tar.gz | |
Proper fallback to text-unidecode, favoring Unidecode, drop support for py 2.6, 3.3. (#63)2.0.0
* enable raw re pattern
* conditional text_unidecode install
* update readme, changelog, manifest
* update ci
* readme
* drop test for py 2.6 and 3.3
* clean up readme
* readme
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 20d15cb..32531ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.linting.pylintEnabled": false + "python.linting.pylintEnabled": false, + "restructuredtext.confPath": "", + "python.pythonPath": "/usr/local/opt/python/bin/python3.6" }
\ No newline at end of file |
