We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c968c8 commit e32249fCopy full SHA for e32249f
setup.py
@@ -297,11 +297,8 @@ def install(self):
297
extra.append(tgt)
298
return outfiles + extra
299
300
-scripts = ["qpid-python-test"]
+scripts = ["qpid-python-test", "qpid-python-test.bat"]
301
302
-if platform.system() == "Windows":
303
- scripts.append("qpid-python-test.bat")
304
-
305
setup(name="qpid-python",
306
version="1.37.0-SNAPSHOT",
307
author="Apache Qpid",
0 commit comments