bug fixes ... windows runner, files

v2.2.0
Steve Nyemba 4 weeks ago
parent a4597d4a8c
commit de4ee2fcfa

@ -0,0 +1,2 @@
cd /D "%~dp0"
python transport %1 %2 %3 %4 %5 %6

@ -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.*"]

Loading…
Cancel
Save