From e4ad85f1bcc8e45f382b2dee85f9c7964f8be912 Mon Sep 17 00:00:00 2001 From: Hironori Yamamoto Date: Sun, 21 Jul 2024 21:45:30 +0900 Subject: [PATCH] chore: add py.typed for type checking --- luigi/py.typed | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 luigi/py.typed 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::