[python-hdf5storage] 146/152: Fixed bugs in installer.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:43 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 9418e50d50f066499d2bc74f3735a5d877c96a82
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Sun Feb 16 04:04:38 2014 -0500
Fixed bugs in installer.
---
MANIFEST.in | 3 +--
setup.py | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index e7f6138..97489ba 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,5 @@
include *.txt
-include *.md
include *.rst
-recursive-include tests *
+recursive-include tests *.py *.m
recursive-include doc *
prune doc/build
diff --git a/setup.py b/setup.py
index 03344d0..82f7d2f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
import sys
-if sys.hexversion < '0x2060000':
+if sys.hexversion < 0x2060000:
raise NotImplementedError('Python < 2.6 not supported.')
import ez_setup
--
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