Skip to content

Commit e32249f

Browse files
irinabovgemmellr
authored andcommitted
QPID-7833: always include the qpid-python-test.bat file
1 parent 7c968c8 commit e32249f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,8 @@ def install(self):
297297
extra.append(tgt)
298298
return outfiles + extra
299299

300-
scripts = ["qpid-python-test"]
300+
scripts = ["qpid-python-test", "qpid-python-test.bat"]
301301

302-
if platform.system() == "Windows":
303-
scripts.append("qpid-python-test.bat")
304-
305302
setup(name="qpid-python",
306303
version="1.37.0-SNAPSHOT",
307304
author="Apache Qpid",

0 commit comments

Comments
 (0)