[python-dtcwt] 26/497: add requirement to have setuptools git support

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:45 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 983ccf7267e7328f855265f141784e669a4ee213
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Wed Aug 7 16:35:17 2013 +0100

    add requirement to have setuptools git support
---
 docs/conf.py | 4 ++--
 setup.py     | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index ea9dba0..b004de3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013, Rich Wareham, Nick Kingsbury, Cian Shaffrey'
 # built documents.
 #
 # The short X.Y version.
-version = '0.1'
+version = '0.2'
 # The full version, including alpha/beta/rc tags.
-release = '0.1'
+release = '0.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/setup.py b/setup.py
index a2d2076..7734fe8 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ def read(fname):
 
 setup(
     name = "dtcwt",
-    version = "0.1",
+    version = "0.2",
     author = "Rich Wareham",
     author_email = "rich.dtcwt at richwareham.com",
     description = ("A port of the Dual-Tree Complex Wavelet Transform MATLAB toolbox."),
@@ -24,8 +24,9 @@ setup(
         "Topic :: Utilities",
         "License :: Free To Use But Restricted",
     ],
+    include_package_data = True,
 
-    setup_requires=['nose>=1.0','coverage','sphinx',],
+    setup_requires=['nose>=1.0','coverage','sphinx','setuptools-git >= 0.3',],
 
     install_requires=['numpy','scipy',],
 )

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



More information about the debian-science-commits mailing list