File: MANIFEST.in

package info (click to toggle)
python-pip 25.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,048 kB
  • sloc: python: 82,877; sh: 75; makefile: 25
file content (34 lines) | stat: -rw-r--r-- 787 bytes parent folder | download
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
include NEWS.rst
include README.rst
include SECURITY.md
include pyproject.toml

include build-project/build-requirements.in
include build-project/build-requirements.txt
include build-project/build-project.py
include build-project/.python-version

include src/pip/_vendor/README.rst
include src/pip/_vendor/vendor.txt

include docs/requirements.txt

exclude .git-blame-ignore-revs
exclude .mailmap
exclude .readthedocs.yml
exclude .pre-commit-config.yaml
exclude .readthedocs-custom-redirects.yml
exclude noxfile.py

recursive-include src/pip/_vendor *.pem
recursive-include src/pip/_vendor py.typed
recursive-include docs *.css *.py *.rst *.md
recursive-include docs *.dot *.png

recursive-exclude src/pip/_vendor *.pyi

prune .github
prune docs/build
prune news
prune tests
prune tools