Skip to content

Commit 1c65fc8

Browse files
chore: 📝 update license format in pyproject.toml (#2824)
* 📝 update license format in pyproject.toml * chore: reference license file Signed-off-by: Lala Sabathil <[email protected]> * fix: classifer is invalid now Signed-off-by: Lala Sabathil <[email protected]> --------- Signed-off-by: Lala Sabathil <[email protected]> Co-authored-by: Lala Sabathil <[email protected]>
1 parent 8619b69 commit 1c65fc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ authors = [
1313
description = "A Python wrapper for the Discord API"
1414
readme = {content-type = "text/x-rst", file = "README.rst"}
1515
requires-python = ">=3.9"
16-
license = {text = "MIT"}
16+
license = "MIT"
17+
license-files = ["LICENSE"]
1718
classifiers = [
1819
"Development Status :: 5 - Production/Stable",
19-
"License :: OSI Approved :: MIT License",
20+
"License-Expression :: MIT",
2021
"Intended Audience :: Developers",
2122
"Natural Language :: English",
2223
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)