Skip to content

Commit

Permalink
Added py.typed files to package so that mypy can analyze them
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Aug 10, 2021
1 parent ab45609 commit ab92937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added clvm/py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
setup(
name="clvm",
packages=["clvm",],
package_data={
"": "py.typed",
},
author="Chia Network, Inc.",
author_email="[email protected]",
url="https://github.com/Chia-Network/clvm",
Expand Down

0 comments on commit ab92937

Please sign in to comment.