[h5py] 306/455: Update setup files

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:45 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 f1dcc10458194d25337c19314df1a03861b3dd9a
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Thu Aug 13 21:48:03 2009 +0000

    Update setup files
---
 MANIFEST.in | 10 ----------
 setup.cfg   |  4 ++++
 setup.py    |  3 ++-
 3 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 2c5e71c..a022f6f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,12 +1,2 @@
-include MANIFEST.in
-include LICENSE.txt
-include INSTALL.txt
-include README.txt
-include setup.py
-include ez_setup.py
 recursive-include api16 *
 recursive-include api18 *
-recursive-include h5py *.py *.pyx *.pxd *.pxi *.h *.c *.hdf5
-recursive-include licenses *
-recursive-include lzf *.c *.h *.txt
-recursive-include examples *
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..8459a92
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[egg_info]
+tag_build = .dev
+tag_svn_revision = 1
+
diff --git a/setup.py b/setup.py
index 35035ed..d5011a7 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ import os.path as op
 import pickle
 
 NAME = 'h5py'
-VERSION = '1.2.0'
+VERSION = '1.2.1'
 MIN_NUMPY = '1.0.3'
 MIN_CYTHON = '0.9.8.1.1'
 SRC_PATH = 'h5py'           # Name of directory with .pyx files
@@ -552,6 +552,7 @@ setup(
   maintainer = 'Andrew Collette',
   maintainer_email = '"h5py" at the domain "alfven.org"',
   url = 'http://h5py.alfven.org',
+  download_url = 'http://code.google.com/p/h5py/downloads/list',
   packages = ['h5py','h5py.tests'],
   package_data = package_data,
   ext_modules = EXTENSIONS,

-- 
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