We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfdabd commit c398a15Copy full SHA for c398a15
1 file changed
pyproject.toml
@@ -18,7 +18,11 @@ authors = [
18
{name = "Yury Selivanov", email="yury@magic.io"},
19
]
20
license = "MIT"
21
-license-files = ["LICENSE"]
+license-files = [
22
+ "LICENSE",
23
+ "vendor/http-parser/LICENSE-MIT",
24
+ "vendor/llhttp/LICENSE",
25
+]
26
description = "A collection of framework independent HTTP protocol utils."
27
readme = "README.md"
28
0 commit comments