[python-arrayfire] 203/250: Minor change to packaging

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:49 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.

commit d42dd8762029575727d01d8322e2e26d7ec3023d
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Thu Dec 24 20:37:25 2015 -0500

    Minor change to packaging
    
    - Package only listed modules instead of excluding other modules
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 2974351..832a072 100644
--- a/setup.py
+++ b/setup.py
@@ -23,5 +23,5 @@ setup(
     description="Python bindings for ArrayFire",
     license="BSD",
     url="http://arrayfire.com",
-    packages=find_packages(exclude=['examples', 'tests']),
+    packages=['arrayfire'],
 )

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



More information about the debian-science-commits mailing list