From 146fb30d9d68b6c5dfad930b6e62f427daf9c7b7 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 20 Oct 2022 20:51:19 -0400 Subject: [PATCH] fix up a non-standard location --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 7794119930..722230d477 100644 --- a/python/setup.py +++ b/python/setup.py @@ -46,8 +46,8 @@ else: setup( name = "lammps", version = get_lammps_version(), - author = "Steve Plimpton", - author_email = "sjplimp@sandia.gov", + author = "The LAMMPS Developers", + author_email = "developers@lammps.org", url = "https://www.lammps.org", project_urls = { "Bug Tracker": "https://github.com/lammps/lammps/issues",