@@ -5,14 +5,14 @@ maintainers = [
5
5
]
6
6
description = " Python interface to OpenSlide"
7
7
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.*" ]
9
10
keywords = [" OpenSlide" , " whole-slide image" , " virtual slide" , " library" ]
10
11
classifiers = [
11
12
" Development Status :: 5 - Production/Stable" ,
12
13
" Intended Audience :: Developers" ,
13
14
" Intended Audience :: Healthcare Industry" ,
14
15
" Intended Audience :: Science/Research" ,
15
- " License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)" ,
16
16
" Operating System :: MacOS :: MacOS X" ,
17
17
" Operating System :: Microsoft :: Windows" ,
18
18
" Operating System :: POSIX :: Linux" ,
@@ -87,5 +87,5 @@ pythonpath = "tests"
87
87
ignore_messages = " (Hyperlink target \" .*\" is not referenced\\ .$)"
88
88
89
89
[build-system ]
90
- requires = [" setuptools >= 61 .0.0" ]
90
+ requires = [" setuptools >= 77 .0.0" ]
91
91
build-backend = " setuptools.build_meta"
0 commit comments