From 41fa5eb0284fb4e9e4b122fbc8c9af331fe3abe1 Mon Sep 17 00:00:00 2001 From: Julien Stephan Date: Tue, 27 Jan 2026 13:10:32 +0100 Subject: [PATCH 1/2] Add http-parser and llhttp licenses into the wheels Signed-off-by: Julien Stephan --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 659db31..453ca3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,11 @@ authors = [ {name = "Yury Selivanov", email="yury@magic.io"}, ] license = "MIT" -license-files = ["LICENSE"] +license-files = [ +"LICENSE", + "vendor/http-parser/LICENSE-MIT", + "vendor/llhttp/LICENSE", +] description = "A collection of framework independent HTTP protocol utils." readme = "README.md" From dc2137b841084a9c48aaf4d7edea9f3dcaa41134 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Tue, 27 Jan 2026 12:27:38 -0500 Subject: [PATCH 2/2] Apply suggestion from @fantix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 453ca3b..e2acba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ ] license = "MIT" license-files = [ -"LICENSE", + "LICENSE", "vendor/http-parser/LICENSE-MIT", "vendor/llhttp/LICENSE", ]