From 194e7b6c62b9a12bb5aaa8b189c9c36a908501c3 Mon Sep 17 00:00:00 2001 From: Johann Bernhardt Date: Tue, 14 Jul 2026 17:54:15 +0200 Subject: [PATCH] Add PEP 561 marker file --- d2_python/py.typed | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 d2_python/py.typed diff --git a/d2_python/py.typed b/d2_python/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 6989b8e..86f65b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.7" include = ["d2_python*"] [tool.setuptools.package-data] -d2_python = ["bin/linux/*", "bin/win32/*", "bin/darwin/*"] +d2_python = ["bin/linux/*", "bin/win32/*", "bin/darwin/*", "py.typed"] [tool.d2] # Track D2 binary version separately