Skip to content

Commit

Permalink
make setup.py copy over .so files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjj committed Nov 18, 2018
1 parent 1b83651 commit 0dfa736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from setuptools import setup
from glob import glob

setup(
name='jax',
Expand All @@ -11,4 +12,5 @@
install_requires=['numpy>=1.12', 'six', 'protobuf'],
url='https://github.com/google/jax',
license='Apache-2.0',
package_data={'jax.lib': glob('jax/lib/*.so')},
)

0 comments on commit 0dfa736

Please sign in to comment.