Skip to content

Commit ea7db37

Browse files
committed
fix
1 parent 563d3a2 commit ea7db37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[project]
22
name = "fastapi-cli"
3-
license = "MIT"
4-
license-files = ["LICENSE"]
53
dynamic = ["version"]
64
description = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀"
75
authors = [
@@ -10,6 +8,7 @@ authors = [
108
requires-python = ">=3.8"
119
readme = "README.md"
1210
license = {text = "MIT"}
11+
license-files = ["LICENSE"]
1312
classifiers = [
1413
"Intended Audience :: Information Technology",
1514
"Intended Audience :: System Administrators",

0 commit comments

Comments
 (0)