From 23f095a1e0a95eb2c08bcd1f61a1f1c692ced9f2 Mon Sep 17 00:00:00 2001 From: John Mitsch Date: Mon, 18 May 2026 21:18:50 -0400 Subject: [PATCH] Pyproject LICENSE --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cb4d8e..c75396e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,4 +33,7 @@ Issues = "https://github.com/quiknode-labs/sdk/issues" manifest-path = "crates/python/Cargo.toml" module-name = "sdk._core" python-source = "python" -features = ["extension-module"] \ No newline at end of file +features = ["extension-module"] +include = [ + { path = "LICENSE", format = "sdist" }, +] \ No newline at end of file