8000
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 58eecdc commit 13bc11aCopy full SHA for 13bc11a
pyproject.toml
@@ -7,7 +7,7 @@ maintainers = [
7
{ name = "Wei Lee", email = "weilee.rx@gmail.com" },
8
{ name = "Axel H.", email = "noirbizarre@gmail.com" },
9
]
10
-license = { text = "LICENSE" }
+license = { file = "LICENSE" }
11
readme = "docs/README.md"
12
requires-python = ">=3.9,<4.0"
13
dependencies = [
@@ -42,6 +42,7 @@ classifiers = [
42
"Programming Language :: Python :: 3.12",
43
"Programming Language :: Python :: 3.13",
44
"Programming Language :: Python :: Implementation :: CPython",
45
+ "License :: OSI Approved :: MIT License",
46
47
48
[project.urls]
0 commit comments