Skip to content

Commit 91c945f

Browse files
committed
Tweak pyproject include.
1 parent 35a0fef commit 91c945f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ artifacts = [
1010
"*.zip",
1111
"*.tar.gz",
1212
]
13+
[tool.hatch.build.targets.sdist]
14+
include = [
15+
"python_redlines/dist",
16+
"python_redlines/bin",
17+
]
1318

1419
# Build hook to build the binaries for distribution...
1520
[tool.hatch.build.hooks.custom]

0 commit comments

Comments
 (0)