Skip to content

Commit

Permalink
Merge pull request ethereum#53 from ethereum/export-type-annotations
Browse files Browse the repository at this point in the history
Export type annotations to importing projects
  • Loading branch information
carver authored Jan 20, 2021
2 parents 3a0fcae + f962541 commit 8206797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
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',
Expand Down

0 comments on commit 8206797

Please sign in to comment.