Repository: qpid-python Updated Branches: refs/heads/master 7c968c831 -> e32249f8a
QPID-7833: always include the qpid-python-test.bat file Project: http://git-wip-us.apache.org/repos/asf/qpid-python/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-python/commit/e32249f8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/e32249f8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/e32249f8 Branch: refs/heads/master Commit: e32249f8a63a997a877591a90d76c79ee34eb1b2 Parents: 7c968c8 Author: Irina Boverman <[email protected]> Authored: Wed Jul 26 20:36:04 2017 -0400 Committer: Robbie Gemmell <[email protected]> Committed: Wed Nov 22 17:44:06 2017 +0000 ---------------------------------------------------------------------- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-python/blob/e32249f8/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 71087d4..6e984b2 100755 --- a/setup.py +++ b/setup.py @@ -297,11 +297,8 @@ class install_lib(_install_lib): extra.append(tgt) return outfiles + extra -scripts = ["qpid-python-test"] +scripts = ["qpid-python-test", "qpid-python-test.bat"] -if platform.system() == "Windows": - scripts.append("qpid-python-test.bat") - setup(name="qpid-python", version="1.37.0-SNAPSHOT", author="Apache Qpid", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
