mirror of
https://github.com/novoid/appendfilename.git
synced 2026-06-14 12:21:25 +00:00
reverted stupid copy/paste error in pyproject.toml which caused wrong tool name guessfilename (a different project of mine)
This commit is contained in:
parent
1f9bb67504
commit
2b62ab30d2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ dependencies = [
|
|||
Homepage = "https://github.com/novoid/appendfilename"
|
||||
|
||||
[project.scripts]
|
||||
guessfilename = "appendfilename:main"
|
||||
appendfilename = "appendfilename:main"
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "appendfilename"
|
||||
|
|
|
|||
Loading…
Reference in a new issue