-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathMANIFEST.in
More file actions
25 lines (24 loc) · 675 Bytes
/
MANIFEST.in
File metadata and controls
25 lines (24 loc) · 675 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
25
include README.rst
include LICENSE.txt
include CONTRIBUTING.rst
include CHANGELOG.md
include RELEASE_PROCESS.rst
include VERSION
include CITATION.cff
include mypy.ini
include tox.ini
include faker/proxy.pyi
recursive-include tests *.json
recursive-include tests *.py
recursive-exclude faker/sphinx *.py
recursive-exclude tests/sphinx *.py
global-exclude *.py[cod] __pycache__ *.so
exclude Makefile .coveragerc .bumpversion.cfg .dockerignore .isort.cfg generate_stubs.py
exclude ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md
exclude appveyor.yml readthedocs.yml
exclude build-alpine.sh
exclude build32bit.sh
exclude dev-requirements.txt
prune docs
prune scripts
prune .circleci