Merge pull request #53 from ethereum/export-type-annotations

Export type annotations to importing projects
This commit is contained in:
Jason Carver
2021-01-20 11:26:26 -08:00
committed by GitHub

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',