Fixed py.type not being packaged (#30)

This commit is contained in:
Patrick Kidger
2022-09-22 12:16:25 -07:00
committed by GitHub
parent da8300ec6c
commit 4982e1db07
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
include LICENSE
prune tests
include jaxtyping/py.typed
prune test
+1 -1
View File
@@ -63,4 +63,4 @@ from .import_hook import install_import_hook
from .pytree_type import PyTree
__version__ = "0.2.4"
__version__ = "0.2.5"
+1
View File
@@ -94,4 +94,5 @@ setuptools.setup(
install_requires=install_requires,
entry_points=entry_points,
packages=[name],
include_package_data=True,
)