From 48a57570cbc655880d77b5c3457092c2e2efb84c Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sun, 10 Nov 2024 10:58:49 +0100 Subject: [PATCH] Fixes in pyproject --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d5b190..408216f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,8 @@ Documentation = "https://docs.cuchulu.com/paramecio2/" [project.scripts] paramecio2 = "paramecio2.console:start" -paramecio2db = "parmecio2.libraries.db.dbadmin:start" +paramecio2db = "paramecio2.libraries.db.dbadmin:start" +paramecio2cm = "paramecio2.scripts.create_module:start" [tool.pytest.ini_options] testpaths = ["tests"]