Skip to content

Commit

Permalink
Merge pull request #146 from Bhargavasomu/type_hint_discovery
Browse files Browse the repository at this point in the history
Enable discovery of type hints as per PEP561
  • Loading branch information
pipermerriam committed Jan 11, 2019
2 parents ebebe75 + 5491b63 commit aa1ce84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added eth_utils/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
zip_safe=False,
keywords='ethereum',
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={'eth_utils': ['py.typed']},
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit aa1ce84

Please sign in to comment.