Skip to content

Commit a761056

Browse files
committed
chore: 📝 update license format in pyproject.toml (Pycord-Development#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]> (cherry picked from commit 1c65fc8)
1 parent dacdc70 commit a761056

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ authors = [
88
{name = "Pycord Development"}
99
]
1010
description = "A Python wrapper for the Discord API"
11-
readme = "README.rst"
11+
readme = {content-type = "text/x-rst", file = "README.rst"}
1212
requires-python = ">=3.10"
13-
license = {text = "MIT"}
13+
license = "MIT"
14+
license-files = ["LICENSE"]
1415
classifiers = [
1516
"Development Status :: 5 - Production/Stable",
16-
"License :: OSI Approved :: MIT License",
17+
"License-Expression :: MIT",
1718
"Intended Audience :: Developers",
1819
"Natural Language :: English",
1920
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)