We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a19c5 commit c87df5aCopy full SHA for c87df5a
setup.py
@@ -129,8 +129,8 @@ def build_extension(self, ext): # pylint: disable=too-many-branches
129
"version_scheme": "post-release",
130
# "fallback_version": "0.0.0"
131
},
132
- author="Sylwester Arabas",
133
- author_email="sarabas@illinois.edu",
+ author="PyPartMC team (see https://github.com/open-atmos/PyPartMC/graphs/contributors)",
+ author_email="nriemer@illinois.edu",
134
description="Python interface to PartMC",
135
long_description=(Path(__file__).parent / "README.md").read_text(),
136
long_description_content_type="text/markdown",
0 commit comments