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 c2cf4dd commit e7e0834Copy full SHA for e7e0834
1 file changed
pyproject.toml
@@ -1,5 +1,7 @@
1
[project]
2
name = "fastapi-cli"
3
+license = "MIT"
4
+license-files = ["LICENSE"]
5
dynamic = ["version"]
6
description = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀"
7
authors = [
0 commit comments