Skip to content

Commit d42dd87

Browse files
committed
Minor change to packaging
- Package only listed modules instead of excluding other modules
1 parent f128e6a commit d42dd87

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
@@ -23,5 +23,5 @@
2323
description="Python bindings for ArrayFire",
2424
license="BSD",
2525
url="http://arrayfire.com",
26-
packages=find_packages(exclude=['examples', 'tests']),
26+
packages=['arrayfire'],
2727
)

0 commit comments

Comments
 (0)