[python-dtcwt] 29/497: explicitly list package data

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:46 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 8755f6c7763c01d4b27966dec22e3591c28ed98b
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Wed Aug 7 16:57:23 2013 +0100

    explicitly list package data
---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index ae90018..f6de3a4 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,9 @@ setup(
         "Development Status :: 3 - Alpha",
         "License :: Free To Use But Restricted",
     ],
-    include_package_data = True,
+    package_data = {
+	'dtcwt': ['data/*.mat',],
+    },
 
     setup_requires=['nose>=1.0','coverage','sphinx','setuptools-git >= 0.3',],
 

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