Skip to content

Commit

Permalink
generate author list from git (deepmodeling#1854)
Browse files Browse the repository at this point in the history
So credits will keep up-to-date. No one's contribution will be forgot.
For detailed implementation, see also deepmodeling/deepmodeling_sphinx#18.
  • Loading branch information
njzjz authored and mingzhong15 committed Jan 15, 2023
1 parent e556645 commit 513868d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
37 changes: 2 additions & 35 deletions doc/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,11 @@ Authors and Credits
Package Contributors
=========================

* AnguseZhang
* baohan
* bwang-ecnu
* denghuilu
* frankhan91
* GeiduanLiu
* gzq942560379
* Han Wang
* haidi-ustc
* hlyang1992
* hsulab
* iProzd
* Jiequn Han
* JiabinYang
* jxxiaoshaoye
* Linfeng Zhang
* marian-code
* njzjz
* Nick Lin
* pkulzy
* Shaochen Shi
* tuoping
* wsyxbcl
* Xia, Yu
* Ye Ding
* Yingze Wang
* Yixiao Chen
* YWolfeee
* Zhanlue Yang
* zhouwei25
* ZiyaoLi
.. git-shortlog-authors::


Other Credits
=============

* Zhang ZiXuan for designing the Deepmodeling logo.
* Everyone on the `Deepmodeling mailing list` for contributing to many discussions and decisions!

(If you have contributed to the ``deepmd-kit`` core package and your name is missing,
please send an email to the contributors, or
open a pull request in the `deepmd-kit repository <https://github.com/deepmodeling/deepmd-kit>`_)
15 changes: 14 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,20 @@
cmake_minimum_required_version="3.0",
extras_require={
"test": ["dpdata>=0.1.9", "ase", "pytest", "pytest-cov", "pytest-sugar"],
"docs": ["sphinx>=3.1.1", "recommonmark", "sphinx_rtd_theme>=1.0.0rc1", "sphinx_markdown_tables", "myst-parser", "breathe", "exhale", "numpydoc", "ase", "deepmodeling-sphinx", "dargs>=0.3.1", "sphinx-argparse"],
"docs": [
"sphinx>=3.1.1",
"recommonmark",
"sphinx_rtd_theme>=1.0.0rc1",
"sphinx_markdown_tables",
"myst-parser",
"breathe",
"exhale",
"numpydoc",
"ase",
"deepmodeling-sphinx>=0.1.0",
"dargs>=0.3.1",
"sphinx-argparse",
],
**extras_require,
},
entry_points={"console_scripts": ["dp = deepmd.entrypoints.main:main"]},
Expand Down

0 comments on commit 513868d

Please sign in to comment.