Update pyproject.toml

This commit is contained in:
Jay Lee
2025-02-06 15:57:33 -05:00
committed by GitHub
parent 779ac0a6a0
commit 4e04bd7c51

View File

@@ -28,7 +28,7 @@ path = "src/gam/__init__.py"
[tool.hatch.build.targets.wheel]
packages = ["src/gam"]
tool.hatch.metadata.hooks.requirements_txt]
[tool.hatch.metadata.hooks.requirements_txt]
files = ["src/requirements.txt"]
[build-system]