Skip to content

Commit 0397aa2

Browse files
authored
Merge pull request #158 from jorenham/update-quaddtype-metadata
BLD: Update project metadata of quaddtype
2 parents b0d7067 + 4f4b86f commit 0397aa2

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

quaddtype/pyproject.toml

Lines changed: 19 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,8 +12,20 @@ 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]"}]
18+
classifiers = [
19+
"Development Status :: 4 - Beta",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
26+
"Programming Language :: Python :: Free Threading",
27+
"Typing :: Typed",
28+
]
1729
requires-python = ">=3.10.0"
1830
dependencies = [
1931
"numpy"
@@ -25,6 +37,11 @@ test = [
2537
"pytest-run-parallel"
2638
]
2739

40+
[project.urls]
41+
Repository = "https://github.com/numpy/numpy-user-dtypes"
42+
Documentation = "https://github.com/numpy/numpy-user-dtypes/tree/main/quaddtype"
43+
Issues = "https://github.com/numpy/numpy-user-dtypes/issues"
44+
2845
[tool.pyright]
2946
include = ["numpy_quaddtype/*.pyi"]
3047
typeCheckingMode = "strict"

0 commit comments

Comments
 (0)