1
1
[build-system ]
2
2
requires = [
3
3
" meson>=1.3.2" ,
4
- " meson-python" ,
4
+ " meson-python>=0.18.0 " ,
5
5
" wheel" ,
6
6
" numpy"
7
7
]
@@ -12,8 +12,20 @@ name = "numpy_quaddtype"
12
12
description = " Quad (128-bit) float dtype for numpy"
13
13
version = " 0.2.0"
14
14
readme = ' README.md'
15
- license = { file = " LICENSE" }
15
+ license = " BSD-3-Clause"
16
+ license-files = [" LICENSE" ]
16
17
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
+ ]
17
29
requires-python = " >=3.10.0"
18
30
dependencies = [
19
31
" numpy"
@@ -25,6 +37,11 @@ test = [
25
37
" pytest-run-parallel"
26
38
]
27
39
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
+
28
45
[tool .pyright ]
29
46
include = [" numpy_quaddtype/*.pyi" ]
30
47
typeCheckingMode = " strict"
0 commit comments