From ea5793e390c35e1a01bd88cbefc25f3c1f4e3bc2 Mon Sep 17 00:00:00 2001 From: Gishor Sivanrupan Date: Tue, 16 Sep 2025 16:28:12 +0200 Subject: [PATCH] Add empty py-typed file https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information > Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing. Fixes #57 --- duckdb/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 duckdb/py.typed diff --git a/duckdb/py.typed b/duckdb/py.typed new file mode 100644 index 00000000..e69de29b