summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPradyun S. Gedam <pradyunsg@gmail.com>2017-07-04 12:32:09 +0530
committerPradyun S. Gedam <pradyunsg@gmail.com>2017-07-17 22:34:41 +0530
commitc2371a1c967672739e3953da3c125cae6358c5e5 (patch)
treeaf7531c6840ad77f342f3ee5d3a8f862140de6de /MANIFEST.in
parentadf4538361f74907c0c345bfb76fc6d2f29034cd (diff)
downloadpip-c2371a1c967672739e3953da3c125cae6358c5e5.tar.gz
Exclude the pyi files and extra directory created
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 04d74e293..24acbbaa3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -18,6 +18,9 @@ exclude appveyor.yml
recursive-include pip/_vendor *.pem
recursive-include docs Makefile *.rst *.py *.bat
+exclude pip/_vendor/six
+recursive-exclude pip/_vendor *.pyi
+
prune .github
prune .travis
prune docs/_build