Skip to content

Commit 83729d7

Browse files
committed
fix: set MIT licence in Metadata
1 parent c27cfdd commit 83729d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
"Typing :: Typed",
3333
]
3434
keywords = ["FastAPI", "SQLAlchemy", "AsyncIO"]
35-
license = { text = "MIT License" }
35+
license-files = ["./LICENSE"]
3636
dependencies = ["fastapi>=0.115.6", "sqlalchemy[asyncio]>=2.0.37", "structlog>=24.4.0"]
3737

3838
[project.urls]

0 commit comments

Comments
 (0)