diff --git a/bin/transport.cmd b/bin/transport.cmd new file mode 100644 index 0000000..6125f7f --- /dev/null +++ b/bin/transport.cmd @@ -0,0 +1,2 @@ +cd /D "%~dp0" +python transport %1 %2 %3 %4 %5 %6 diff --git a/pyproject.toml b/pyproject.toml index 742915d..b04071d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Homepage = "https://healthcareio.the-phi.com/git/code/transport.git" [tool.setuptools] include-package-data = true zip-safe = false -script-files = ["bin/transport"] +script-files = ["bin/transport","bin/transport.cmd"] [tool.setuptools.packages.find] include = ["info","info.*", "transport", "transport.*"]