diff --git a/python/setup.py b/python/setup.py index 5742fd9..6b143d3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -27,5 +27,8 @@ setup( "future", "typing;python_version<'3.5'" ], - zip_safe=False + zip_safe=False, + package_data={ + "olm": ["py.typed"] + } )