Skip to content

Commit c87df5a

Browse files
authored
Python package metadata update (authorship fields) (#299)
1 parent 36a19c5 commit c87df5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ def build_extension(self, ext): # pylint: disable=too-many-branches
129129
"version_scheme": "post-release",
130130
# "fallback_version": "0.0.0"
131131
},
132-
author="Sylwester Arabas",
133-
author_email="sarabas@illinois.edu",
132+
author="PyPartMC team (see https://github.com/open-atmos/PyPartMC/graphs/contributors)",
133+
author_email="nriemer@illinois.edu",
134134
description="Python interface to PartMC",
135135
long_description=(Path(__file__).parent / "README.md").read_text(),
136136
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)