[python-arrayfire] 33/58: Updating setup.py to reflect package structure

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 13:57:06 UTC 2016


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

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

commit 135b6d5130b4731b0e494eaf0d3d3c047c74810d
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Fri Sep 16 21:56:43 2016 -0400

    Updating setup.py to reflect package structure
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b5b2ed2..d229aa8 100644
--- a/setup.py
+++ b/setup.py
@@ -24,5 +24,5 @@ setup(
     description="Python bindings for ArrayFire",
     license="BSD",
     url="http://arrayfire.com",
-    packages=['arrayfire'],
+    packages=find_packages()
 )

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