Skip to content

Commit 07fa787

Browse files
authored
Merge pull request #325 from bgilbert/pep639
Switch to PEP 639 license metadata
2 parents 5230a91 + 43049b6 commit 07fa787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ maintainers = [
55
]
66
description = "Python interface to OpenSlide"
77
readme = "README.md"
8-
license = {text = "GNU Lesser General Public License, version 2.1"}
8+
license = "LGPL-2.1-only AND BSD-3-Clause AND MIT AND LicenseRef-Public-Domain"
9+
license-files = ["COPYING.LESSER", "**/LICENSE.*"]
910
keywords = ["OpenSlide", "whole-slide image", "virtual slide", "library"]
1011
classifiers = [
1112
"Development Status :: 5 - Production/Stable",
1213
"Intended Audience :: Developers",
1314
"Intended Audience :: Healthcare Industry",
1415
"Intended Audience :: Science/Research",
15-
"License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
1616
"Operating System :: MacOS :: MacOS X",
1717
"Operating System :: Microsoft :: Windows",
1818
"Operating System :: POSIX :: Linux",
@@ -87,5 +87,5 @@ pythonpath = "tests"
8787
ignore_messages = "(Hyperlink target \".*\" is not referenced\\.$)"
8888

8989
[build-system]
90-
requires = ["setuptools >= 61.0.0"]
90+
requires = ["setuptools >= 77.0.0"]
9191
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)