Skip to content

Commit f574a38

Browse files
authored
build(pyproject): adopt PEP 639 license metadata (#46)
1 parent bafdd4b commit f574a38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ description = "A Python template." # Please revise this line.
1212
authors = [
1313
{ name = "Jinzhe Zeng", email = "jinzhe.zeng@ustc.edu.cn"},
1414
]
15-
license = { file = "LICENSE" }
15+
license = "LGPL-3.0-or-later"
16+
license-files = ["LICENSE"]
1617
classifiers = [
1718
"Programming Language :: Python :: 3.9",
1819
"Programming Language :: Python :: 3.10",
@@ -21,7 +22,6 @@ classifiers = [
2122
"Operating System :: POSIX :: Linux",
2223
"Operating System :: MacOS :: MacOS X",
2324
"Operating System :: Microsoft :: Windows",
24-
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2525
]
2626
dependencies = [
2727
]

0 commit comments

Comments
 (0)