Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Co-Authors #170

Merged
merged 1 commit into from
Aug 12, 2023
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
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
Loading