Commit 7edcc5bc authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Updating email to the alias setup by ANL.

parent 35f1fabf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at pshriwise@anl.gov or nstauff@anl.gov.
reported by contacting the project team at pygriffin@anl.gov.
All complaints will be reviewed and investigated and will result in a response
that is deemed necessary and appropriate to the circumstances. The project team
is obligated to maintain confidentiality with regard to the reporter of an
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ kwargs = {
    'version': '0.0.1',
    'packages': find_packages(exclude=['tests*']),
    'author': 'Argonne National Laboratory',
    'author_email': 'nstauff@anl.gov',
    'author_email': 'pygriffin@anl.gov',
    'download_url': 'https://git-out.gss.anl.gov/nstauff/pygriffin',
    'python_requires': '>=3.6',
    'install_requires': ['numpy'],