Skip to content

Commit c40a63f

Browse files
committed
fixing paths in toml file
1 parent 1c7317f commit c40a63f

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
@@ -31,5 +31,8 @@ path = "src/ultra_rest_client/about.py"
3131

3232
[tool.hatch.build.targets.sdist]
3333
include = [
34-
"/src/ultra_rest_client",
34+
"src/ultra_rest_client",
3535
]
36+
37+
[tool.hatch.build.targets.wheel]
38+
packages = ["src/ultra_rest_client"]

0 commit comments

Comments
 (0)