We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e78fed commit b5ebc65Copy full SHA for b5ebc65
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