[no ci] pypi: add gam a command

This commit is contained in:
Jay Lee
2025-02-06 17:22:07 -05:00
committed by GitHub
parent 7ce83b4623
commit b61a4f5115

View File

@@ -18,6 +18,9 @@ classifiers = [
license = {text = "Apache License (2.0)"}
license-files = ["LICEN[CS]E*"]
[project.scripts]
gam = "gam.__main__:main"
[project.urls]
Homepage = "https://github.com/GAM-team/GAM"
Issues = "https://github.com/GAM-team/GAM/issues"