Skip to content

Commit

Permalink
setup: bundle *.pyi files with distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Sep 27, 2022
1 parent 9e4114f commit 6e6fb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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 6e6fb10

Please sign in to comment.