Skip to content

Commit c398a15

Browse files
authored
Add http-parser and llhttp licenses into the wheels (#135)
1 parent 4cfdabd commit c398a15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ authors = [
1818
{name = "Yury Selivanov", email="[email protected]"},
1919
]
2020
license = "MIT"
21-
license-files = ["LICENSE"]
21+
license-files = [
22+
"LICENSE",
23+
"vendor/http-parser/LICENSE-MIT",
24+
"vendor/llhttp/LICENSE",
25+
]
2226
description = "A collection of framework independent HTTP protocol utils."
2327
readme = "README.md"
2428

0 commit comments

Comments
 (0)