-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
34 lines (33 loc) · 905 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
34 lines (33 loc) · 905 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
26
27
28
29
30
31
32
33
34
include README.md
include README.rst
include README.upstream.rst
include PARITY.md
include data/*.parquet
include data/*.json
include data/README.md
recursive-include rust *.rs *.toml *.md *.lock *.yml
recursive-exclude rust/target *
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 faker2/proxy.pyi
recursive-include tests *.json
recursive-include tests *.py
recursive-exclude faker2/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 native
prune .circleci