summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2022-10-02 12:10:13 +0100
committerPaul Moore <p.f.moore@gmail.com>2022-10-02 12:10:13 +0100
commitbe40ec8405fc76f81e8104edf9102f9caeb8e148 (patch)
tree26d034be59761e806b27d7d673f4a5bb31ebec55 /MANIFEST.in
parentece68dae568d0b73520a94bfdbcbfcf6c0a92b46 (diff)
parentfbb7f0b293f1d9289d8c76a556540325b9a172b2 (diff)
downloadpip-be40ec8405fc76f81e8104edf9102f9caeb8e148.tar.gz
Merge branch 'main' into resolver_details
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 266064db6..ff3825f65 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,6 +6,7 @@ include pyproject.toml
include src/pip/_vendor/README.rst
include src/pip/_vendor/vendor.txt
+include src/pip/_vendor/pyparsing/diagram/template.jinja2
recursive-include src/pip/_vendor *LICENSE*
recursive-include src/pip/_vendor *COPYING*
@@ -15,7 +16,6 @@ include docs/requirements.txt
exclude .coveragerc
exclude .mailmap
exclude .appveyor.yml
-exclude .travis.yml
exclude .readthedocs.yml
exclude .pre-commit-config.yaml
exclude tox.ini
@@ -31,7 +31,6 @@ exclude src/pip/_vendor/six/moves
recursive-exclude src/pip/_vendor *.pyi
prune .github
-prune .azure-pipelines
prune docs/build
prune news
prune tasks