We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27cfdd commit 83729d7Copy full SHA for 83729d7
pyproject.toml
@@ -32,7 +32,7 @@ classifiers = [
32
"Typing :: Typed",
33
]
34
keywords = ["FastAPI", "SQLAlchemy", "AsyncIO"]
35
-license = { text = "MIT License" }
+license-files = ["./LICENSE"]
36
dependencies = ["fastapi>=0.115.6", "sqlalchemy[asyncio]>=2.0.37", "structlog>=24.4.0"]
37
38
[project.urls]
0 commit comments