Update pyproject.toml

This commit is contained in:
Jay Lee
2025-02-06 15:49:48 -05:00
committed by GitHub
parent f18b7258bb
commit 779ac0a6a0

View File

@@ -1,7 +1,8 @@
[project] [project]
name = "gam7_jay0lee" name = "gam7"
dynamic = [ dynamic = [
"version" "dependencies",
"version",
] ]
authors = [ authors = [
{ name="Jay Lee", email="jay0lee@gmail.com" }, { name="Jay Lee", email="jay0lee@gmail.com" },
@@ -27,6 +28,12 @@ path = "src/gam/__init__.py"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
packages = ["src/gam"] packages = ["src/gam"]
tool.hatch.metadata.hooks.requirements_txt]
files = ["src/requirements.txt"]
[build-system] [build-system]
requires = ["hatchling"] requires = [
"hatchling",
"hatch-requirements_txt",
]
build-backend = "hatchling.build" build-backend = "hatchling.build"