Skip to content

Commit 4d7caac

Browse files
committed
Add wheel build target configuration for p2pool in pyproject.toml
1 parent 8390b00 commit 4d7caac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ Issues = "https://github.com/hreikin/p2pool-api/issues"
2525

2626
[build-system]
2727
requires = ["hatchling"]
28-
build-backend = "hatchling.build"
28+
build-backend = "hatchling.build"
29+
30+
[tool.hatch.build.targets.wheel]
31+
packages = ["p2pool"]

0 commit comments

Comments
 (0)