Skip to content

Commit

Permalink
Merge pull request chainer#80 from cupy/fix-cupy-thrust-packaging
Browse files Browse the repository at this point in the history
Fix cupy-thrust packaging
  • Loading branch information
unnonouno committed May 31, 2017
2 parents 00ec847 + 0328ae8 commit 32468b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@
package_data={
'cupy': [
'core/carray.cuh',
'cupy/cuda/cupy_thrust.cu',
'cuda/cupy_thrust.cu',
],
},
zip_safe=False,
Expand Down

0 comments on commit 32468b4

Please sign in to comment.