[python-arrayfire] 52/58: Changing setup.py and README.md

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 13:57:09 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 300c7d0a8a6e65a6c9692508005d03d83d794945
Author: Pavan Yalamanchili <contact at pavanky.com>
Date:   Sat Sep 24 20:40:03 2016 -0700

    Changing setup.py and README.md
---
 README.md | 6 ++++++
 setup.py  | 3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 35c4ee4..311523c 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,12 @@ python setup.py install
 
 Please follow [these instructions](https://github.com/arrayfire/arrayfire-python/wiki) to ensure the arrayfire-python can find the arrayfire libraries.
 
+To run arrayfire tests, you can run the following command from command line.
+
+```
+python -m arrayfire.tests
+```
+
 ## Acknowledgements
 
 The ArrayFire library is written by developers at [ArrayFire](http://arrayfire.com) LLC
diff --git a/setup.py b/setup.py
index d229aa8..ab1d2ea 100644
--- a/setup.py
+++ b/setup.py
@@ -14,11 +14,10 @@ from setuptools import setup, find_packages
 
 #TODO:
 #1) Look for af libraries during setup
-#2) Include test suite
 
 setup(
     author="Pavan Yalamanchili",
-    author_email="pavan at arrayfire.com",
+    author_email="contact at pavanky.com",
     name="arrayfire",
     version="3.4.0",
     description="Python bindings for 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