We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafdd4b commit f574a38Copy full SHA for f574a38
1 file changed
pyproject.toml
@@ -12,7 +12,8 @@ description = "A Python template." # Please revise this line.
12
authors = [
13
{ name = "Jinzhe Zeng", email = "jinzhe.zeng@ustc.edu.cn"},
14
]
15
-license = { file = "LICENSE" }
+license = "LGPL-3.0-or-later"
16
+license-files = ["LICENSE"]
17
classifiers = [
18
"Programming Language :: Python :: 3.9",
19
"Programming Language :: Python :: 3.10",
@@ -21,7 +22,6 @@ classifiers = [
21
22
"Operating System :: POSIX :: Linux",
23
"Operating System :: MacOS :: MacOS X",
24
"Operating System :: Microsoft :: Windows",
- "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
25
26
dependencies = [
27
0 commit comments