[pytango] 248/483: fix bug on windows build
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit bae088a43bf8cb0aa80db41c05023398e0b38deb
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Fri Mar 15 15:32:06 2013 +0000
fix bug on windows build
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22278 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 6d755a0..98e78b9 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ def has_numpy(with_src=True):
def get_script_files():
- FILTER_OUT = "winpostinstall.py",
+ FILTER_OUT = (), "winpostinstall.py",
scripts_dir = abspath('scripts')
scripts = []
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list