Skip to content

Commit 8399c17

Browse files
committed
add license and license-files
1 parent c60cf86 commit 8399c17

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 = "[email protected]" },
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)