[python-hdf5storage] 72/152: Changes to setup.py for using setuptools (forgot to add in the last commit).
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.
commit b078faab110cb43d4c678086d27795d632e3ce71
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Sat Feb 1 23:48:49 2014 -0500
Changes to setup.py for using setuptools (forgot to add in the last commit).
---
setup.py | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 6607a52..00a74d0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,7 @@
-from distutils.core import setup
+import ez_setup
+ez_setup.use_setuptools()
+
+from setuptools import setup
with open('README.rst') as file:
long_description = file.read()
@@ -23,5 +26,7 @@ setup(name='hdf5storage',
"Topic :: Scientific/Engineering",
"Topic :: Database",
"Topic :: Software Development :: Libraries :: Python Modules"
- ]
+ ],
+ test_suite='nose.collector',
+ tests_require='nose>=1.0'
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git
More information about the debian-science-commits
mailing list