reverted stupid copy/paste error in pyproject.toml which caused wrong tool name guessfilename (a different project of mine)

This commit is contained in:
Karl Voit 2026-05-24 17:42:37 +02:00
parent 1f9bb67504
commit 2b62ab30d2

View file

@ -34,7 +34,7 @@ dependencies = [
Homepage = "https://github.com/novoid/appendfilename"
[project.scripts]
guessfilename = "appendfilename:main"
appendfilename = "appendfilename:main"
[[tool.uv.index]]
name = "appendfilename"