[python-arrayfire] 76/250: Adding setup.py

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:33 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 d88f25122399fbfd1bf20d99cd6f1b3e610b8dcb
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Fri Aug 28 14:54:54 2015 -0400

    Adding setup.py
---
 setup.py | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..bfb8353
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+
+#######################################################
+# Copyright (c) 2015, ArrayFire
+# All rights reserved.
+#
+# This file is distributed under 3-clause BSD license.
+# The complete license agreement can be obtained at:
+# http://arrayfire.com/licenses/BSD-3-Clause
+########################################################
+
+from setuptools import setup, find_packages
+
+## TODO:
+## 1) Look for af libraries during setup
+## 2) Include test suite
+
+setup(
+    name="arrayfire",
+    version="3.0.0",
+    description="Python bindings for ArrayFire",
+    license="BSD",
+    url="http://arrayfire.com",
+    packages=find_packages(exclude=['examples', 'tests']),
+)

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