-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update author/maintainer metadata (#3413)
- Loading branch information
1 parent
4ac2a3f
commit e71dc55
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
# Contributors | ||
|
||
[anndata graph](https://github.com/scverse/anndata/graphs/contributors>) | [scanpy graph](https://github.com/scverse/scanpy/graphs/contributors)| ☀ = maintainer | ||
|
||
## Current developers | ||
|
||
- [Isaac Virshup](https://github.com/ivirshup), lead developer since 2019 ☀ | ||
- [Gökcen Eraslan](https://twitter.com/gokcen), developer, diverse contributions ☀ | ||
- [Sergei Rybakov](https://github.com/Koncopd), developer, diverse contributions ☀ | ||
- [Fidel Ramirez](https://github.com/fidelram) developer, plotting ☀ | ||
- [Giovanni Palla](https://twitter.com/g_palla1), developer, spatial data | ||
- [Malte Luecken](https://twitter.com/MDLuecken), developer, community & forum | ||
- [Philipp Angerer](https://github.com/flying-sheep), lead developer since 2023, software quality, initial anndata conception ☀ | ||
- [Ilan Gold](https://github.com/ilan-gold), developer, Dask ☀ | ||
- [Severin Dicks](https://github.com/SeverinDicks), developer, performance ☀ | ||
- [Lukas Heumos](https://twitter.com/LukasHeumos), developer, diverse contributions | ||
- [Philipp Angerer](https://github.com/flying-sheep), developer, software quality, initial anndata conception ☀ | ||
|
||
## Other roles | ||
|
||
- [Isaac Virshup](https://github.com/ivirshup), lead developer 2019-2023 | ||
- [Alex Wolf](https://twitter.com/falexwolf): lead developer 2016-2019, initial anndata & scanpy conception | ||
- [Fabian Theis](https://twitter.com/fabian_theis) & lab: enabling guidance, support and environment | ||
|
||
## Former developers | ||
|
||
- Tom White: developer 2018-2019, distributed computing | ||
- [Tom White](https://github.com/tomwhite): developer 2018-2019, distributed computing | ||
- [Gökcen Eraslan](https://twitter.com/gokcen), developer, diverse contributions | ||
- [Sergei Rybakov](https://github.com/Koncopd), developer, diverse contributions | ||
- [Fidel Ramirez](https://github.com/fidelram) developer, plotting | ||
- [Giovanni Palla](https://twitter.com/g_palla1), developer, spatial data | ||
- [Malte Luecken](https://twitter.com/MDLuecken), developer, community & forum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ authors = [ | |
{name = "Andrés R. Muñoz-Rojas"}, | ||
] | ||
maintainers = [ | ||
{name = "Isaac Virshup", email = "[email protected]"}, | ||
{name = "Philipp Angerer", email = "[email protected]"}, | ||
{name = "Alex Wolf", email = "[email protected]"}, | ||
{name = "Ilan Gold"}, | ||
{name = "Severin Dicks"}, | ||
] | ||
readme = "README.md" | ||
classifiers = [ | ||
|
@@ -70,12 +70,14 @@ dependencies = [ | |
] | ||
dynamic = ["version"] | ||
|
||
# https://docs.pypi.org/project_metadata/#project-urls | ||
[project.urls] | ||
Documentation = "https://scanpy.readthedocs.io/" | ||
Source = "https://github.com/scverse/scanpy" | ||
Home-page = "https://scanpy.org" | ||
Homepage = "https://scanpy.org" | ||
Discourse = "https://discourse.scverse.org/c/help/scanpy/37" | ||
Twitter = "https://twitter.com/scverse_team" | ||
Bluesky = "https://bsky.app/profile/scverse.bsky.social" | ||
Twitter = "https://x.com/scverse_team" | ||
|
||
[project.scripts] | ||
scanpy = "scanpy.cli:console_main" | ||
|