2
2
requires = [" hatchling" ]
3
3
build-backend = " hatchling.build"
4
4
5
+
5
6
[project ]
6
7
name = " scipy-stubs"
7
8
version = " 1.15.1.1.dev0"
@@ -10,6 +11,10 @@ readme = "README.md"
10
11
authors = [
11
12
{name = " Joren Hammudoglu" , email = " jhammudoglu@gmail.com" },
12
13
]
14
+ maintainers = [
15
+ {name = " SciPy Developers" , email = " scipy-dev@python.org" },
16
+ {name = " Joren Hammudoglu" , email = " jhammudoglu@gmail.com" },
17
+ ]
13
18
license = " BSD-3-Clause"
14
19
keywords = [" scipy" , " typing" , " pep484" ]
15
20
classifiers = [
@@ -28,9 +33,17 @@ classifiers = [
28
33
" Typing :: Typed" ,
29
34
]
30
35
requires-python = " >=3.10"
31
- dependencies = [
32
- " optype>=0.9.0" ,
33
- ]
36
+ dependencies = [" optype>=0.9.0" ]
37
+
38
+ [project .optional-dependencies ]
39
+ scipy = [" scipy>=1.15.1,<1.16" ]
40
+
41
+ [project .urls ]
42
+ Homepage = " https://scipy.org/"
43
+ Repository = " https://github.com/jorenham/scipy-stubs/"
44
+ Issues = " https://github.com/jorenham/scipy-stubs/issues"
45
+ Changelog = " https://github.com/jorenham/scipy-stubs/releases"
46
+
34
47
35
48
[dependency-groups ]
36
49
extras = [" scipy-stubs[scipy]" ]
@@ -59,14 +72,6 @@ dev = [
59
72
{include-group = " type" },
60
73
]
61
74
62
- [project .optional-dependencies ]
63
- scipy = [" scipy>=1.15.1,<1.16" ]
64
-
65
- [project .urls ]
66
- Repository = " https://github.com/jorenham/scipy-stubs/"
67
- Issues = " https://github.com/jorenham/scipy-stubs/issues"
68
- Changelog = " https://github.com/jorenham/scipy-stubs/releases"
69
- Funding = " https://github.com/sponsors/jorenham"
70
75
71
76
[tool .hatch .build ]
72
77
packages = [" scipy-stubs" ]
0 commit comments