Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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