fix: specify package structure in pyproject.toml
This commit is contained in:
@@ -15,3 +15,6 @@ dependencies = [
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["."]
|
||||||
|
|||||||
Reference in New Issue
Block a user