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