mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
feat: Implement git-release command to manage version tagging and bumping
This commit is contained in:
+9
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user