Skip to content

Commit

Permalink
update maintainer email to carbonplan org wide contact (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen authored Sep 30, 2022
1 parent 30f91d2 commit 4b18766
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,16 @@
PYTHON_REQUIRES = ">=3.8"

description = "climate downscaling using cmip6 data"
maintainers = [
"Oriana Chegwidden",
"Raphael Hagen",
"Joe Hamman",
"Anderson Banihirwe",
"Max Jones",
]
maintainer_emails = [
"oriana@carbonplan.org",
"raphael@carbonplan.org",
"joe@carbonplan.org",
"anderson@carbonplan.org",
"max@carbonplan.org",
]
maintainer = "CarbonPlan"
maintainer_email = "tech@carbonplan.org"

setup(
name="cmip6-downscaling",
description=description,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
maintainer=maintainers,
maintainer_emails="joe@carbonplan.org",
maintainer=maintainer,
maintainer_email=maintainer_email,
url="/~https://github.com/carbonplan/cmip6-downscaling",
packages=find_packages(),
include_package_data=True,
Expand Down

1 comment on commit 4b18766

@vercel
Copy link

@vercel vercel bot commented on 4b18766 Sep 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.