Skip to content

Commit e37f6ac

Browse files
committed
Fix previous deprecated warning in license specification.
The new format of license for pyproject should be a valid SPDX license expression. see: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license PR tracking at: USTC-KnowledgeComputingLab/qmb#19
2 parents 72ed927 + dfe5e76 commit e37f6ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ requires-python = ">=3.12"
2222
authors = [{ name = "Hao Zhang", email = "[email protected]" }]
2323
description = "Quantum Manybody Problem"
2424
readme = "README.md"
25-
license = {text = "GPLv3"}
25+
license = "GPL-3.0-or-later"
2626
keywords = ["quantum", "manybody", "quantum-chemistry", "quantum-simulation", "molecular-simulation", "algorithms", "simulation", "wave-function", "ground-state", "ansatz", "torch", "pytorch"]
2727
classifiers = [
2828
"Development Status :: 4 - Beta",
2929
"Environment :: Console",
30-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
3130
"Programming Language :: C++",
3231
"Programming Language :: Python :: 3",
3332
"Environment :: GPU :: NVIDIA CUDA",

0 commit comments

Comments
 (0)