pypi: initial package attempt for pip

This commit is contained in:
Jay Lee
2025-02-06 14:25:16 -05:00
committed by GitHub
parent ff49c67580
commit 352845e482

29
pyproject.toml Normal file
View File

@@ -0,0 +1,29 @@
[project]
name = "gam7_jay0lee"
dynamic = [
"version"
]
authors = [
{ name="Jay Lee", email="jay0lee@gmail.com" },
{ name="Ross Scroggs", email="Ross.Scroggs@gmail.com" },
]
description = "CLI tool to manage Google Workspace"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "Apache License 2.0"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://github.com/GAM-team/GAM"
Issues = "https://github.com/GAM-team/GAM/issues"
[tool.hatch.version]
path = "src/gam/__init__.py"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"