mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
Update pyproject.toml
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user