Skip to content

Commit ab92937

Browse files
committed
Added py.typed files to package so that mypy can analyze them
1 parent ab45609 commit ab92937

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

clvm/py.typed

Whitespace-only changes.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
setup(
1818
name="clvm",
1919
packages=["clvm",],
20+
package_data={
21+
"": "py.typed",
22+
},
2023
author="Chia Network, Inc.",
2124
author_email="[email protected]",
2225
url="https://github.com/Chia-Network/clvm",

0 commit comments

Comments
 (0)