Skip to content

Commit c1d3521

Browse files
authored
🔧 scipy.org as homepage and add scipy-dev as maintainer (#440)
2 parents 844a8c0 + 682cdd6 commit c1d3521

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

‎pyproject.toml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5+
56
[project]
67
name = "scipy-stubs"
78
version = "1.15.1.1.dev0"
@@ -10,6 +11,10 @@ readme = "README.md"
1011
authors = [
1112
{name = "Joren Hammudoglu", email = "jhammudoglu@gmail.com"},
1213
]
14+
maintainers = [
15+
{name = "SciPy Developers", email = "scipy-dev@python.org"},
16+
{name = "Joren Hammudoglu", email = "jhammudoglu@gmail.com"},
17+
]
1318
license = "BSD-3-Clause"
1419
keywords = ["scipy", "typing", "pep484"]
1520
classifiers = [
@@ -28,9 +33,17 @@ classifiers = [
2833
"Typing :: Typed",
2934
]
3035
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+
3447

3548
[dependency-groups]
3649
extras = ["scipy-stubs[scipy]"]
@@ -59,14 +72,6 @@ dev = [
5972
{include-group = "type"},
6073
]
6174

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"
7075

7176
[tool.hatch.build]
7277
packages = ["scipy-stubs"]

0 commit comments

Comments
 (0)