diff --git a/pyproject.toml b/pyproject.toml index 8814f07..f4e731d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ repository = "https://github.com/moan0s/notfellchen/" where = ["src"] [project.scripts] -nf-manage = 'notfellchen.main:main' +nf = 'notfellchen.main:main' [tool.setuptools.dynamic]