Skip to content

Commit

Permalink
Merge pull request #107 from carver/expose-typing-v2
Browse files Browse the repository at this point in the history
Enable discovery of type hints as per PEP561
  • Loading branch information
carver authored Oct 23, 2018
2 parents d515e72 + 348aee5 commit bfda4e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added eth_abi/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
zip_safe=False,
keywords='ethereum',
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={'eth_abi': ['py.typed']},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit bfda4e6

Please sign in to comment.