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 563d3a2 commit ea7db37Copy full SHA for ea7db37
pyproject.toml
@@ -1,7 +1,5 @@
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 = [
@@ -10,6 +8,7 @@ authors = [
10
8
requires-python = ">=3.8"
11
9
readme = "README.md"
12
license = {text = "MIT"}
+license-files = ["LICENSE"]
13
classifiers = [
14
"Intended Audience :: Information Technology",
15
"Intended Audience :: System Administrators",
0 commit comments