summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2017-08-31 11:48:18 -0400
committerDonald Stufft <donald@stufft.io>2017-08-31 14:53:00 -0400
commit95bcf8c5f6394298035a7332c441868f3b0169f4 (patch)
tree3af031ebaaaa3616e9e7eebc68f654ddcfcdecc6 /MANIFEST.in
parentc58a4ccf1d4028d0991044fa24849c2ae44ce802 (diff)
downloadpip-95bcf8c5f6394298035a7332c441868f3b0169f4.tar.gz
Move all internal APIs to pip._internal
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 04d74e293..f3a381978 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,19 +3,19 @@ include LICENSE.txt
include NEWS.rst
include README.rst
include pyproject.toml
-include pip/_vendor/README.rst
-include pip/_vendor/vendor.txt
+include src/pip/_vendor/README.rst
+include src/pip/_vendor/vendor.txt
exclude .coveragerc
exclude .mailmap
exclude .travis.yml
exclude .landscape.yml
-exclude pip/_vendor/Makefile
+exclude src/pip/_vendor/Makefile
exclude tox.ini
exclude dev-requirements.txt
exclude appveyor.yml
-recursive-include pip/_vendor *.pem
+recursive-include src/pip/_vendor *.pem
recursive-include docs Makefile *.rst *.py *.bat
prune .github