summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-01-17 14:51:49 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-03-06 10:52:22 +0000
commit11986d7641f6e37052cbacf4d810af971960b88b (patch)
tree3085266943a6c2fc1302dd596e57a1f7f5592e61 /MANIFEST.in
parent1e2873a5202578cbea10830b40268b59fe43889d (diff)
downloadpip-11986d7641f6e37052cbacf4d810af971960b88b.tar.gz
Enable MyST in documentation
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 24d455378..9148af0b6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -22,7 +22,7 @@ exclude noxfile.py
recursive-include src/pip/_vendor *.pem
recursive-include src/pip/_vendor py.typed
-recursive-include docs *.css *.rst *.py
+recursive-include docs *.css *.py *.rst *.md
exclude src/pip/_vendor/six
exclude src/pip/_vendor/six/moves