Skip to content

Commit b5a9231

Browse files
Include shared library files when building sdist
1 parent d294528 commit b5a9231

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ path = "src/ITS/PropLibTemplate/__init__.py"
6060
packages = ["src/ITS"]
6161
ignore-vcs = true
6262

63+
[tool.hatch.build.targets.sdist]
64+
ignore-vcs = true
65+
6366
[tool.cibuildwheel]
6467
test-command = "pytest ."
6568
test-requires = "pytest"

0 commit comments

Comments
 (0)