summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-06-11 12:40:56 +0530
committerGitHub <noreply@github.com>2018-06-11 12:40:56 +0530
commit8ccab7a4757ad4ce952c090c1b4f6c338e53486c (patch)
treec6cf4bfb1806f20b4c84e0e72e1cceeaf6ffd8ec /MANIFEST.in
parent13a749de24448d553b73abbb119d6a9e42531089 (diff)
downloadpip-8ccab7a4757ad4ce952c090c1b4f6c338e53486c.tar.gz
Resolve existing mypy errors (#5492)
mypy is failing on master because it turns out mypy isn't noticing configparser from six, when vendored. This should be a temporary fix for that.
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 fa58d7a89..3e9cbaee8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -22,6 +22,7 @@ recursive-include src/pip/_vendor *.pem
recursive-include docs Makefile *.rst *.py *.bat
exclude src/pip/_vendor/six
+exclude src/pip/_vendor/six/moves
recursive-exclude src/pip/_vendor *.pyi
prune .github