Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Feb 6, 2025
1 parent f18b725 commit 779ac0a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[project]
name = "gam7_jay0lee"
name = "gam7"
dynamic = [
"version"
"dependencies",
"version",
]
authors = [
{ name="Jay Lee", email="[email protected]" },
{ name="Ross Scroggs", email="[email protected]" },
{ name="Jay Lee", email="[email protected]" },
{ name="Ross Scroggs", email="[email protected]" },
]
description = "CLI tool to manage Google Workspace"
readme = "README.md"
Expand All @@ -27,6 +28,12 @@ path = "src/gam/__init__.py"
[tool.hatch.build.targets.wheel]
packages = ["src/gam"]

tool.hatch.metadata.hooks.requirements_txt]
files = ["src/requirements.txt"]

[build-system]
requires = ["hatchling"]
requires = [
"hatchling",
"hatch-requirements_txt",
]
build-backend = "hatchling.build"

0 comments on commit 779ac0a

Please sign in to comment.