summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-06-20 16:22:58 +0530
committerGitHub <noreply@github.com>2018-06-20 16:22:58 +0530
commit577ba77a882bec47eae570f0932fee1d7a91d3db (patch)
treea92db48c030ac6f729ed7e89dfac34d8dfc41e1f /MANIFEST.in
parente8a56683d3138a792b0c4c36483997b77944699a (diff)
parent9e03fe4c821a180506f2fb80c8a2b8855228efc1 (diff)
downloadpip-577ba77a882bec47eae570f0932fee1d7a91d3db.tar.gz
Merge pull request #5510 from pradyunsg/dev-ops/tools-directory
Add a new tools/ directory and move some files into it
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 822e2d8ab..c92ac5928 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -13,7 +13,6 @@ exclude .coveragerc
exclude .mailmap
exclude .travis.yml
exclude tox.ini
-exclude *-requirements.txt
exclude appveyor.yml
recursive-include src/pip/_vendor *.pem
@@ -24,9 +23,9 @@ exclude src/pip/_vendor/six/moves
recursive-exclude src/pip/_vendor *.pyi
prune .github
-prune .travis
prune docs/build
prune news
prune contrib
prune tasks
prune tests
+prune tools