Skip to content

Commit

Permalink
docs: 📝 added Contributors.md doc
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed May 5, 2023
1 parent 1836db4 commit 2a7ac20
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# All contributors to this repositories

## Active contributors

Yao Yao @erikyao
Jason Lin @jal347
Everaldo Raldopho @everaldorodrigo
@sengineer0
@remoteeng00
Chunlei Wu @newgene

## Past contributors

Sebastien Lelong @sirloon
Cyrus Afrasiabi @cyrus0824
Xinghua "Jerry" Zhou @namespacestd0
Zhongchao Qian @zcqian
Ricardo Avila @ravila4

See more at:
https://github.com/biothings/biothings.api/graphs/contributors
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,7 @@ The latest documentation is available at https://docs.biothings.io.
## How to contribute

Please check out this [Contribution Guidelines](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md) document.

## Active and past contributors

Please see [Contributors](Contributors.md)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def read(fname):
setup(
name="biothings",
version=__import__("biothings").__version__,
author="Sebastien Lelong, Zhongchao Qian, Xinghua Zhou, Chunlei Wu",
author="The BioThings Team",
author_email="cwu@scripps.edu",
description="a toolkit for building high-performance data APIs in biology",
license="Apache License, Version 2.0",
Expand All @@ -133,11 +133,11 @@ def read(fname):
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 2a7ac20

Please sign in to comment.