Skip to content

Commit 9246651

Browse files
committed
Exclude files
1 parent 6c30c30 commit 9246651

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,22 @@ reportMissingImports = true
4444
[project.urls]
4545
homepage = "https://github.com/MIT-LCP/physionet"
4646
repository = "https://github.com/MIT-LCP/physionet"
47+
48+
[tool.hatch.build.targets.sdist]
49+
exclude = [
50+
"venv/",
51+
"env/",
52+
".venv/",
53+
"*.egg-info/",
54+
"dist/",
55+
"build/",
56+
".pytest_cache/",
57+
".git/",
58+
".github/",
59+
"__pycache__/",
60+
"*.pyc",
61+
".DS_Store",
62+
]
63+
64+
[tool.hatch.build.targets.wheel]
65+
packages = ["physionet"]

0 commit comments

Comments
 (0)