Skip to content

Commit b38eeb3

Browse files
committed
Modify pyproject.toml: Fix sdist didn't contain any files
1 parent 8f9cb96 commit b38eeb3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ version-file = "MRdataset/_version.py"
6464

6565
[tool.hatch.build.targets.sdist]
6666
include = [
67-
"/mrdataset",
68-
]
67+
"MRdataset/*.py",
68+
"MRdataset/resources/*",
69+
"MRdataset/tests/*",
70+
"MRdataset/tests/resources/*",]
6971
exclude = [
7072
"/.github",
7173
"/docs",

0 commit comments

Comments
 (0)