Skip to content

Commit

Permalink
Update Co-Authors
Browse files Browse the repository at this point in the history
Update the co-authors as contributed up to today :)
  • Loading branch information
ax3l committed Aug 10, 2023
1 parent 7b8055f commit 5d840de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ def build_extension(self, ext):
# Python sources:
package_dir={"": "src"},
# pyAMReX authors:
author="Axel Huebl, Ryan Sandberg, Shreyas Ananthan, Remi Lehe, Weiqun Zhang, et al.",
author_email="[email protected], [email protected], [email protected], [email protected], [email protected]",
author="Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang",
author_email="[email protected]",
# wheel/pypi packages:
maintainer="Axel Huebl",
maintainer_email="[email protected]",
Expand Down
4 changes: 1 addition & 3 deletions src/amrex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-

# __version__ is TODO - only in spaceNd submodules
__author__ = (
"Axel Huebl, Ryan Sandberg, Shreyas Ananthan, Remi Lehe, " "Weiqun Zhang, et al."
)
__author__ = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__ = "BSD-3-Clause-LBNL"
4 changes: 2 additions & 2 deletions src/pyAMReX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ PYBIND11_MODULE(amrex_3d_pybind, m) {

// authors
m.attr("__author__") =
"Axel Huebl, Ryan Sandberg, Shreyas Ananthan, Remi Lehe, "
"Weiqun Zhang, et al.";
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, "
"Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang";

// API runtime build-time feature variants
// m.attr("variants") = amrex::getVariants();
Expand Down

0 comments on commit 5d840de

Please sign in to comment.