summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 5bf20b0d98d9789371d1eb67e0d62fa9036079dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
include AUTHORS.txt
include LICENSE.txt
include NEWS.rst
include README.rst
include pyproject.toml

include src/pip/_vendor/README.rst
include src/pip/_vendor/vendor.txt
recursive-include  src/pip/_vendor *LICENSE*
recursive-include  src/pip/_vendor *COPYING*

include docs/docutils.conf

exclude .coveragerc
exclude .mailmap
exclude .appveyor.yml
exclude .travis.yml
exclude .readthedocs.yml
exclude tox.ini
exclude noxfile.py

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
prune .azure-pipelines
prune docs/build
prune news
prune tasks
prune tests
prune tools