From c753c2daf89ab49b6724da2e7809c57b96ae6464 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 5 Jun 2025 12:19:30 -0500 Subject: [PATCH] bug fix: executable --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df0012d..4103bad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,12 +29,13 @@ dependencies = [ [project.urls] Homepage = "https://healthcareio.the-phi.com/git/code/transport.git" -[project.scripts] -qcms = "qcms:main" +#[project.scripts] +#qcms = "qcms:main" [tool.setuptools] include-package-data = true zip-safe = false +script-files = ["bin/qcms"] [tool.setuptools.packages.find] include = ["meta","meta.*", "cms", "cms.*"]