We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8619b69 commit 1c65fc8Copy full SHA for 1c65fc8
pyproject.toml
@@ -13,10 +13,11 @@ authors = [
13
description = "A Python wrapper for the Discord API"
14
readme = {content-type = "text/x-rst", file = "README.rst"}
15
requires-python = ">=3.9"
16
-license = {text = "MIT"}
+license = "MIT"
17
+license-files = ["LICENSE"]
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
- "License :: OSI Approved :: MIT License",
20
+ "License-Expression :: MIT",
21
"Intended Audience :: Developers",
22
"Natural Language :: English",
23
"Operating System :: OS Independent",
0 commit comments