Skip to content

Commit fcc019c

Browse files
authored
🔧 Add PEP-639 license metadata (#234)
1 parent c2cf4dd commit fcc019c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ authors = [
77
]
88
requires-python = ">=3.8"
99
readme = "README.md"
10-
license = {text = "MIT"}
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
classifiers = [
1213
"Intended Audience :: Information Technology",
1314
"Intended Audience :: System Administrators",
@@ -22,7 +23,6 @@ classifiers = [
2223
"Development Status :: 4 - Beta",
2324
"Framework :: FastAPI",
2425
"Intended Audience :: Developers",
25-
"License :: OSI Approved :: MIT License",
2626
"Programming Language :: Python :: 3 :: Only",
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: 3.9",
@@ -31,7 +31,6 @@ classifiers = [
3131
"Programming Language :: Python :: 3.12",
3232
"Programming Language :: Python :: 3.13",
3333
"Programming Language :: Python :: 3.14",
34-
"License :: OSI Approved :: MIT License",
3534
]
3635
dependencies = [
3736
"typer >= 0.15.1",

0 commit comments

Comments
 (0)