Skip to content

Commit

Permalink
Fixing setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanky committed Jun 25, 2016
1 parent 298465f commit 619de82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
########################################################

from setuptools import setup, find_packages
from __af_version__ import full_version
#from __af_version__ import full_version

#TODO:
#1) Look for af libraries during setup
Expand All @@ -20,7 +20,7 @@
author="Pavan Yalamanchili",
author_email="[email protected]",
name="arrayfire",
version=full_version,
version="3.3.20160624.post1",
description="Python bindings for ArrayFire",
license="BSD",
url="http://arrayfire.com",
Expand Down

0 comments on commit 619de82

Please sign in to comment.