Skip to content

Commit

Permalink
add .so to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Aug 13, 2019
1 parent f39451d commit 11ebb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
description='',
author='Aquaveo',
install_requires=requires,
package_data={'': ['*.pyd']},
package_data={'': ['*.pyd', '*.so']},
)

0 comments on commit 11ebb0a

Please sign in to comment.