Conversation
Adds Python version badges
optional dependencies copied from docs
|
LGTM, thanks @SultanOrazbayev. We can close #402 if you add yourself to Maintainers (if you'd like, and up to you if you want to include your email). I like the discussion around "who is a maintainer" from a recent NetworkX meeting where the prevailing opinion was that "maintainer" means being an active maintainer, which means actively engaging in discussions, PRs, and/or creating PRs. You definitely qualify :) . Plus, you're already a member in the github org. I think we should also include |
Taken the list from https://github.com/python-graphblas/python-graphblas/graphs/contributors excluded Dependabot, though not against robots in general.
|
Thank you, Erik! re: contributor section |
Removed `contributors` (not a valid key for project description it seems):
```
contributors = [
{GitHub_handle = "eriknw"},
{GitHub_handle = "jim22k"},
{GitHub_handle = "ParticularMiner"},
{GitHub_handle = "SultanOrazbayev"},
{GitHub_handle = "seibert"},
]
```
|
This is in, thanks @SultanOrazbayev (and welcome as a more-officially recognized maintainer)! And, yeah, no need to include all the names or github handles of all the contributors under It's sad that ParticularMiner seems to have disappeared 8 months ago. I hope he's okay and simply too busy having fun ;) |
Adds Python version badges and description of optional dependencies in
README.md.Partially addresses #402