-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
36 lines (31 loc) · 705 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
36 lines (31 loc) · 705 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
35
36
# Include important documentation files
include README.md
include LICENSE
include CITATION.cff
include CHANGELOG.md
include requirements.txt
include requirements-dev.txt
# Include configuration files
include pyproject.toml
# Include documentation
recursive-include docs *.rst *.py
# Include tests
recursive-include tests *.py
# Exclude unnecessary files
global-exclude __pycache__
global-exclude *.py[cod]
global-exclude *.so
global-exclude .DS_Store
global-exclude *.swp
global-exclude *.swo
# Exclude development and build artifacts
prune .venv
prune .git
prune .github
prune .pytest_cache
prune .hypothesis
prune htmlcov
prune .benchmarks
exclude .gitignore
exclude .coverage
exclude .zenodo.json