We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ae9f2 commit 70c3f9fCopy full SHA for 70c3f9f
1 file changed
pyproject.toml
@@ -7,8 +7,7 @@ name = "hawkapi"
7
version = "0.1.3"
8
description = "High-performance Python web framework — faster alternative to FastAPI"
9
readme = "README.md"
10
-license = "MIT"
11
-license-files = ["LICENSE"]
+license = { file = "LICENSE" }
12
requires-python = ">=3.12"
13
authors = [
14
{ name = "HawkAPI Contributors", email = "hawkapi@users.noreply.github.com" },
0 commit comments