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
19 changes: 19 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Dongdong Tian <seisman.info@gmail.com>
Dongdong Tian <seisman.info@gmail.com> <seisman@users.noreply.github.com>
Jiayuan Yao <coreman.seism@gmail.com>
Jiayuan Yao <coreman.seism@gmail.com> <core-man@users.noreply.github.com>
Jing-Hui Tong <86273921+JingHuiTong@users.noreply.github.com>
Jing-Hui Tong <86273921+JingHuiTong@users.noreply.github.com> <r0922422020@g.ntu.edu.tw>
Max Jones <14077947+maxrjones@users.noreply.github.com>
Max Jones <14077947+maxrjones@users.noreply.github.com> <meghanj@alum.mit.edu>
Max Jones <14077947+maxrjones@users.noreply.github.com> <meghanj@hawaii.edu>
Max Jones <14077947+maxrjones@users.noreply.github.com> <meghanrjones@users.noreply.github.com>
Michael Grund <michael_grund@gmx.de> <23025878+michaelgrund@users.noreply.github.com>
Michael Grund <michael_grund@gmx.de> <michael.grund@kit.edu>
Michael Grund <michael_grund@gmx.de> <michaelgrund@users.noreply.github.com>
Wei Ji Leong <23487320+weiji14@users.noreply.github.com>
Wei Ji Leong <23487320+weiji14@users.noreply.github.com> <weiji.leong@vuw.ac.nz>
Wei Ji Leong <23487320+weiji14@users.noreply.github.com> <weiji14@users.noreply.github.com>
Will Schlitzer <schlitzer90@gmail.com> <willschlitzer@users.noreply.github.com>
Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com> <yvonne.froehlich@kit.edu>
Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com> <yfroe@gpiseis16.gpi.kit.edu>
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exclude .dvcignore
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yaml
exclude .mailmap
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems setuptools_scm automatically exclude the .mailmap file from distributions, but I guess it does no harm to explicitly exclude it here.

exclude AUTHORSHIP.md
exclude CONTRIBUTING.md
exclude Makefile
Expand Down