Skip to content

Commit 10c74d0

Browse files
authored
Merge pull request silx-kit#344 from t20100/update-pyproject-syntax
self-merging, review still welcomed
2 parents 6c3816a + a98a614 commit 10c74d0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["py-cpuinfo==9.0.0", "setuptools>=62.4.0", "wheel>=0.34.0"]
2+
requires = ["py-cpuinfo==9.0.0", "setuptools>=77.0.0", "wheel>=0.34.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -10,17 +10,14 @@ authors = [
1010
description = "HDF5 Plugins for Windows, MacOS, and Linux"
1111
readme = "README.rst"
1212
requires-python = ">=3.9"
13-
license = {file = "LICENSE"}
13+
license-files = ["LICENSE"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Environment :: Console",
1717
"Environment :: MacOS X",
1818
"Environment :: Win32 (MS Windows)",
1919
"Intended Audience :: Education",
2020
"Intended Audience :: Science/Research",
21-
"License :: OSI Approved :: MIT License",
22-
"License :: OSI Approved :: BSD License",
23-
"License :: OSI Approved :: zlib/libpng License",
2421
"Natural Language :: English",
2522
"Operating System :: POSIX :: Linux",
2623
"Operating System :: MacOS",

0 commit comments

Comments
 (0)