diff --git a/pyproject.toml b/pyproject.toml index 9eb37f5..0e721d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ ] [project.scripts] -ghostforge_adduser = "melamine.cli:run" +melamine = "melamine.cli:run" [project.urls] homepage = "https://github.com/DarrylNixon/melamine"