11[build-system ]
22requires = [
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"
1212description = " Quad (128-bit) float dtype for numpy"
1313version = " 0.2.0"
1414readme = ' README.md'
15- license = { file = " LICENSE" }
15+ license = " BSD-3-Clause"
16+ license-files = [" LICENSE" ]
1617authors = [{
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+ ]
1729requires-python = " >=3.10.0"
1830dependencies = [
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 ]
2946include = [" numpy_quaddtype/*.pyi" ]
3047typeCheckingMode = " strict"
0 commit comments