forked from pypa/packaging
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
24 lines (20 loc) · 596 Bytes
/
MANIFEST.in
File metadata and controls
24 lines (20 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include CHANGELOG.rst CONTRIBUTING.rst README.rst
include LICENSE LICENSE.APACHE LICENSE.BSD
include .coveragerc
include .flake8
include .pre-commit-config.yaml
include mypy.ini
recursive-include docs *
recursive-include tests *.py
recursive-include tests/manylinux hello-world-*
recursive-include tests/musllinux glibc-*
recursive-include tests/musllinux musl-*
exclude noxfile.py
exclude .readthedocs.yml
exclude .travis.yml
exclude dev-requirements.txt
exclude tests/manylinux/build-hello-world.sh
exclude tests/musllinux/build.sh
exclude tests/hello-world.c
prune docs/_build
prune tasks