summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorVal Neekman <un33kvu@gmail.com>2018-12-25 18:00:44 -0500
committerGitHub <noreply@github.com>2018-12-25 18:00:44 -0500
commit76f4eabe323653555d11702c3e53b66ebf352683 (patch)
treedeebed86a83e9710786a4ffd706f7cd5f32e0559 /MANIFEST.in
parentf4462bb64278e091011e6612feac295bf46d1136 (diff)
downloadpython-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 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a755e2e..067e13a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
include CHANGELOG.md
include LICENSE
-include README.rst
+include README.md