From ab6eda59c23117884a3dfea90ceca8602a091c63 Mon Sep 17 00:00:00 2001 From: Darryl Nixon Date: Sun, 16 Jul 2023 09:34:37 -0700 Subject: [PATCH] Fix CLI command artifact --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"