[hdf-compass] 127/295: added matplotlib.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.
commit 57a2f527f1ba157726b91486101826ccde8a691e
Author: H. Joe Lee <hyoklee at hdfgroup.org>
Date: Fri Oct 9 15:25:20 2015 -0500
added matplotlib.
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 7b76753..e95f409 100644
--- a/setup.py
+++ b/setup.py
@@ -42,10 +42,10 @@ PLIST = { "CFBundleDocumentTypes": [ { "CFBundleTypeExtensions": ["hdf5","h5"]
# when the program starts up and causes windows not to be displayed.
OPTIONS = { 'argv_emulation': False,
'excludes': ['scipy', 'PyQt4', 'mpi4py'],
- 'includes': ['h5py',],
+ 'includes': ['h5py', 'matplotlib'],
'matplotlib_backends': ['wxagg',],
'iconfile': 'compass.icns',
- 'packages': ['h5py',],
+ 'packages': ['h5py', 'matplotlib'],
'plist': PLIST }
setup(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git
More information about the debian-science-commits
mailing list