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 f128e6a commit d42dd87Copy full SHA for d42dd87
setup.py
@@ -23,5 +23,5 @@
23
description="Python bindings for ArrayFire",
24
license="BSD",
25
url="http://arrayfire.com",
26
- packages=find_packages(exclude=['examples', 'tests']),
+ packages=['arrayfire'],
27
)
0 commit comments