feat: Implement git-release command to manage version tagging and bumping

This commit is contained in:
sha
2026-04-13 11:29:43 +03:00
parent 60302e18d3
commit d19fb730d2
3 changed files with 90 additions and 1 deletions
+9 -1
View File
@@ -22,7 +22,15 @@ dev = [
]
[project.scripts]
moma = "main:main"
moma = "src.main:main"
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["src*"]
[tool.uv]
package = true