diff --git a/clvm/py.typed b/clvm/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py index c3428e42..f8e7a253 100755 --- a/setup.py +++ b/setup.py @@ -38,4 +38,7 @@ "Bug Reports": "https://github.com/Chia-Network/clvm", "Source": "https://github.com/Chia-Network/clvm", }, + package_data={ + "": ["py.typed"], + }, )