Skip to content

Commit c70e112

Browse files
committed
hatchling does not find the directory omnipath when building wheel, must be defined explicitely
1 parent 1f547bb commit c70e112

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
@@ -2,6 +2,9 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5+
[tool.hatch.build.targets.wheel]
6+
packages = ["omnipath"]
7+
58
[project]
69
name = "omnipath"
710
version = "1.0.10"

0 commit comments

Comments
 (0)