We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3816a commit a98a614Copy full SHA for a98a614
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["py-cpuinfo==9.0.0", "setuptools>=62.4.0", "wheel>=0.34.0"]
+requires = ["py-cpuinfo==9.0.0", "setuptools>=77.0.0", "wheel>=0.34.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -10,17 +10,14 @@ authors = [
10
description = "HDF5 Plugins for Windows, MacOS, and Linux"
11
readme = "README.rst"
12
requires-python = ">=3.9"
13
-license = {file = "LICENSE"}
+license-files = ["LICENSE"]
14
classifiers = [
15
"Development Status :: 5 - Production/Stable",
16
"Environment :: Console",
17
"Environment :: MacOS X",
18
"Environment :: Win32 (MS Windows)",
19
"Intended Audience :: Education",
20
"Intended Audience :: Science/Research",
21
- "License :: OSI Approved :: MIT License",
22
- "License :: OSI Approved :: BSD License",
23
- "License :: OSI Approved :: zlib/libpng License",
24
"Natural Language :: English",
25
"Operating System :: POSIX :: Linux",
26
"Operating System :: MacOS",
0 commit comments