Update pyproject.toml

This commit is contained in:
Jay Lee
2025-02-06 14:32:34 -05:00
committed by GitHub
parent d4932c9d39
commit f18b7258bb

View File

@@ -24,6 +24,9 @@ Issues = "https://github.com/GAM-team/GAM/issues"
[tool.hatch.version]
path = "src/gam/__init__.py"
[tool.hatch.build.targets.wheel]
packages = ["src/gam"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"