Skip to content

Commit 2e07153

Browse files
committed
BLD: update numpy_quaddtype licensing metadata to use PEP 639
1 parent 11a9ff7 commit 2e07153

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

quaddtype/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"meson>=1.3.2",
4-
"meson-python",
4+
"meson-python>=0.18.0",
55
"wheel",
66
"numpy"
77
]
@@ -12,7 +12,8 @@ name = "numpy_quaddtype"
1212
description = "Quad (128-bit) float dtype for numpy"
1313
version = "0.2.0"
1414
readme = 'README.md'
15-
license = { file = "LICENSE" }
15+
license = "BSD-3-Clause"
16+
license-files = ["LICENSE"]
1617
authors = [{name = "Swayam Singh", email = "[email protected]"}]
1718
requires-python = ">=3.10.0"
1819
dependencies = [

0 commit comments

Comments
 (0)