Skip to content

Commit 682cdd6

Browse files
committed
🔗 scipy.org as homepage, remove funding url
1 parent 6f5d361 commit 682cdd6

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

‎pyproject.toml

Lines changed: 11 additions & 8 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"
@@ -34,6 +35,16 @@ classifiers = [
3435
requires-python = ">=3.10"
3536
dependencies = ["optype>=0.9.0"]
3637

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+
47+
3748
[dependency-groups]
3849
extras = ["scipy-stubs[scipy]"]
3950
ci = ["packaging>=24.2"]
@@ -61,14 +72,6 @@ dev = [
6172
{include-group = "type"},
6273
]
6374

64-
[project.optional-dependencies]
65-
scipy = ["scipy>=1.15.1,<1.16"]
66-
67-
[project.urls]
68-
Repository = "https://github.com/jorenham/scipy-stubs/"
69-
Issues = "https://github.com/jorenham/scipy-stubs/issues"
70-
Changelog = "https://github.com/jorenham/scipy-stubs/releases"
71-
Funding = "https://github.com/sponsors/jorenham"
7275

7376
[tool.hatch.build]
7477
packages = ["scipy-stubs"]

0 commit comments

Comments
 (0)