mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Refactor main.py into renamer directory and update script entry point in pyproject.toml
This commit is contained in:
Vendored
BIN
Binary file not shown.
+1
-1
@@ -14,7 +14,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
renamer = "main:main"
|
renamer = "renamer.main:main"
|
||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
package = true
|
package = true
|
||||||
|
|||||||
Reference in New Issue
Block a user