Skip to content

Commit d97a1cf

Browse files
authored
🔧 Add PEP-639 license metadata (#1624)
1 parent c589c92 commit d97a1cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ requires-python = ">=3.8"
1111
authors = [
1212
{ name = "Sebastián Ramírez", email = "tiangolo@gmail.com" },
1313
]
14+
license = "MIT"
15+
license-files = ["LICENSE"]
1416

1517
classifiers = [
1618
"Development Status :: 4 - Beta",
1719
"Framework :: AsyncIO",
1820
"Intended Audience :: Developers",
1921
"Intended Audience :: Science/Research",
2022
"Intended Audience :: System Administrators",
21-
"License :: OSI Approved :: MIT License",
2223
"Programming Language :: Python :: 3 :: Only",
2324
"Programming Language :: Python :: 3.8",
2425
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)