Export type annotations to importing projects

This commit is contained in:
Jason Carver
2021-01-19 15:30:31 -08:00
committed by GitHub
parent 3a0fcae1b9
commit f962541b66

View File

@ -64,6 +64,7 @@ setup(
zip_safe=False,
keywords='ethereum',
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={'<MODULE_NAME>': ['py.typed']},
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',