Skip to content

Commit

Permalink
fix relative path to loader .so in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wconstab committed Jan 31, 2016
1 parent c765faf commit e58e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
packages=find_packages(exclude=["tests"]),
package_data={'neon': ['backends/kernels/sass/*.sass',
'backends/kernels/cubin/*.cubin',
'data/*.so']},
'data/loader/*.so']},
classifiers=['Development Status :: 3 - Alpha',
'Environment :: Console',
'Environment :: Console :: Curses',
Expand Down

0 comments on commit e58e949

Please sign in to comment.