summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-24 12:01:27 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-24 12:06:51 +0100
commit25af8e5f3626b84cabde63877c93b1704491dc81 (patch)
tree64b5f88727f854d65588ac368ad8239b2a7e5537 /MANIFEST.in
parent5e86264b5ac1c62d08f91a16a068647d8872e4e8 (diff)
downloadpip-25af8e5f3626b84cabde63877c93b1704491dc81.tar.gz
Move docs requirements to docs/
This makes the file easier to locate, by placing it next to the stuff that it will affect.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9148af0b6..f9b15403e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -10,6 +10,7 @@ recursive-include src/pip/_vendor *LICENSE*
recursive-include src/pip/_vendor *COPYING*
include docs/docutils.conf
+include docs/requirements.txt
exclude .coveragerc
exclude .mailmap