Skip to content

Commit 6f5d361

Browse files
committed
👥 add project.maintainers, and include the scipy-devs
1 parent 14a9ba4 commit 6f5d361

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ readme = "README.md"
1010
authors = [
1111
{name = "Joren Hammudoglu", email = "jhammudoglu@gmail.com"},
1212
]
13+
maintainers = [
14+
{name = "SciPy Developers", email = "scipy-dev@python.org"},
15+
{name = "Joren Hammudoglu", email = "jhammudoglu@gmail.com"},
16+
]
1317
license = "BSD-3-Clause"
1418
keywords = ["scipy", "typing", "pep484"]
1519
classifiers = [
@@ -28,9 +32,7 @@ classifiers = [
2832
"Typing :: Typed",
2933
]
3034
requires-python = ">=3.10"
31-
dependencies = [
32-
"optype>=0.9.0",
33-
]
35+
dependencies = ["optype>=0.9.0"]
3436

3537
[dependency-groups]
3638
extras = ["scipy-stubs[scipy]"]

0 commit comments

Comments
 (0)