Skip to content

Commit

Permalink
Merge pull request #12538 from jakevdp:bundle-pyi
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 477453094
  • Loading branch information
jax authors committed Sep 28, 2022
2 parents aafc70d + 6e6fb10 commit 0282b4b
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 @@ -61,7 +61,7 @@ def generate_proto(source):
author='JAX team',
author_email='jax-dev@google.com',
packages=find_packages(exclude=["examples"]),
package_data={'jax': ['py.typed']},
package_data={'jax': ['py.typed', "*.pyi", "**/*.pyi"]},
python_requires='>=3.7',
install_requires=[
'absl-py',
Expand Down

0 comments on commit 0282b4b

Please sign in to comment.