-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
43 lines (38 loc) · 1009 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
43 lines (38 loc) · 1009 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
37
38
39
40
41
42
43
# Controls sdist contents (the wheel is unaffected -- it's already scoped
# correctly by [tool.setuptools.packages.find]'s `include = ["pysurgery*"]`).
# Ship only what's needed to install and use pysurgery from source; keep
# development-only material (tests, scripts, docs, examples, notes, tool/IDE
# config, etc.) in the git repository but out of the PyPI release.
include LICENSE
include README.md
include CITATION.cff
# Ensure the precompiled Julia package is included in the source distribution
graft pysurgery/bridge/SurgeryBackend
prune tests
prune scripts
prune docs
prune documentation
prune examples
prune experiments
prune logo
prune memory
prune scratch
prune build
prune dist
prune .github
prune .claude
prune .idea
prune .antigravitycli
prune .CondaPkg
prune .pysurgery
prune .hypothesis
prune .pytest_cache
prune .ruff_cache
prune venv
prune .venv
exclude Project.toml
exclude Manifest.toml
exclude .gitignore
global-exclude __pycache__
global-exclude *.py[cod]
global-exclude .DS_Store