@@ -5,14 +5,14 @@ maintainers = [
55]
66description = " Python interface to OpenSlide"
77readme = " 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.*" ]
910keywords = [" OpenSlide" , " whole-slide image" , " virtual slide" , " library" ]
1011classifiers = [
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"
8787ignore_messages = " (Hyperlink target \" .*\" is not referenced\\ .$)"
8888
8989[build-system ]
90- requires = [" setuptools >= 61 .0.0" ]
90+ requires = [" setuptools >= 77 .0.0" ]
9191build-backend = " setuptools.build_meta"
0 commit comments