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", )