fix: specify package structure in pyproject.toml

This commit is contained in:
Ryan Chen
2025-06-13 16:54:45 -04:00
parent d76640e546
commit 57b1bb3ddd

View File

@@ -15,3 +15,6 @@ dependencies = [
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]