We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da596b0 commit 135b6d5Copy full SHA for 135b6d5
setup.py
@@ -24,5 +24,5 @@
24
description="Python bindings for ArrayFire",
25
license="BSD",
26
url="http://arrayfire.com",
27
- packages=['arrayfire'],
+ packages=find_packages()
28
)
0 commit comments