feat: Refactor main.py into renamer directory and update script entry point in pyproject.toml

This commit is contained in:
sHa
2025-12-26 23:49:36 +00:00
parent d5e3661860
commit 39841b2c0b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -14,7 +14,7 @@ dependencies = [
] ]
[project.scripts] [project.scripts]
renamer = "main:main" renamer = "renamer.main:main"
[tool.uv] [tool.uv]
package = true package = true