From efd726416276d23dfbfb9cdbd5901cfa02c9ac4b Mon Sep 17 00:00:00 2001 From: "Pradyun S. Gedam" Date: Sat, 2 Sep 2017 16:40:36 +0530 Subject: Update MANIFEST --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index d9e946894..493d3f2d7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,8 +18,8 @@ exclude appveyor.yml recursive-include src/pip/_vendor *.pem recursive-include docs Makefile *.rst *.py *.bat -exclude pip/_vendor/six -recursive-exclude pip/_vendor *.pyi +exclude src/pip/_vendor/six +recursive-exclude src/pip/_vendor *.pyi prune .github prune .travis -- cgit v1.2.1