diff --git a/luigi/py.typed b/luigi/py.typed new file mode 100644 index 0000000000..e69de29bb2 diff --git a/setup.py b/setup.py index e88e8f3804..e01d76018a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_static_files(path): "*.eot", "*.svg", "*.ttf", "*.woff", "*.woff2"]] -luigi_package_data = sum(map(get_static_files, ["luigi/static", "luigi/templates"]), []) +luigi_package_data = sum(map(get_static_files, ["luigi/static", "luigi/templates"]), ["py.typed"]) readme_note = """ .. note::