Skip to content

Commit 135b6d5

Browse files
committed
Updating setup.py to reflect package structure
1 parent da596b0 commit 135b6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
description="Python bindings for ArrayFire",
2525
license="BSD",
2626
url="http://arrayfire.com",
27-
packages=['arrayfire'],
27+
packages=find_packages()
2828
)

0 commit comments

Comments
 (0)