From 0fb720f0f29977813a734eb7e1bb17390786d25a Mon Sep 17 00:00:00 2001 From: Ali Hamdan Date: Mon, 18 Nov 2024 13:47:29 +0100 Subject: [PATCH] Add py.typed file (#183) --- branca/py.typed | 0 setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 branca/py.typed diff --git a/branca/py.typed b/branca/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 9abc069..4860cd9 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ def walk_subpkg(name): "templates/*.html", "templates/*.js", "templates/*.txt", + "py.typed", ], } pkgs = ["branca"]