[h5py] 97/455: Remove misplaced comma which breaks setup on Unix

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 9366ef6b714d1c6055d7fc61e0c0b7c34ea9d4bc
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Thu Aug 7 18:59:05 2008 +0000

    Remove misplaced comma which breaks setup on Unix
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 096f995..f6d736e 100644
--- a/setup.py
+++ b/setup.py
@@ -187,7 +187,7 @@ else:
     extra_link_args = []
 
     package_data = {'h5py': ['*.pyx'],
-                   'h5py.tests': ['data/*.hdf5']},
+                   'h5py.tests': ['data/*.hdf5']}
 
 # If for some reason the .c files are missing, Pyrex is required.
 cfiles = [op.join(src_path, x+'.c') for x in modules]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list