Skip to content

Commit 93aba40

Browse files
authored
Merge pull request #8 from structured-world/fix/#8-coordinode-empty-wheel
fix(coordinode): fix empty wheel — use sources mapping instead of packages
2 parents 2f55798 + 9a1204a commit 93aba40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coordinode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ raw-options = {root = ".."}
5151
version-file = "_version.py"
5252

5353
[tool.hatch.build.targets.wheel]
54-
packages = ["coordinode"]
54+
sources = {"." = "coordinode"}
5555

5656
[tool.pytest.ini_options]
5757
asyncio_mode = "auto"

0 commit comments

Comments
 (0)