From ac14058c17490a4fb7f13f2a0ad334f2362fb408 Mon Sep 17 00:00:00 2001 From: Jason Paulos Date: Mon, 8 Nov 2021 15:20:06 -0800 Subject: [PATCH] Include pyi files in build (#137) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 943d512aa..f38c54795 100644 --- a/setup.py +++ b/setup.py @@ -21,5 +21,6 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], + package_data={"pyteal": ["*.pyi"]}, python_requires=">=3.6", )