Kaynağa Gözat

bug fixes ... windows runner, files

Steve Nyemba 3 ay önce
ebeveyn
işleme
de4ee2fcfa
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 2 0
      bin/transport.cmd
  2. 1 1
      pyproject.toml

+ 2 - 0
bin/transport.cmd

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

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