Skip to content

Commit 30f91d2

Browse files
setup edits (#277)
1 parent 7a1464b commit 30f91d2

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

setup.py

+21-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,28 @@
1414
PYTHON_REQUIRES = ">=3.8"
1515

1616
description = "climate downscaling using cmip6 data"
17+
maintainers = [
18+
"Oriana Chegwidden",
19+
"Raphael Hagen",
20+
"Joe Hamman",
21+
"Anderson Banihirwe",
22+
"Max Jones",
23+
]
24+
maintainer_emails = [
25+
26+
27+
28+
29+
30+
]
1731

1832
setup(
1933
name="cmip6-downscaling",
2034
description=description,
2135
long_description=LONG_DESCRIPTION,
2236
long_description_content_type="text/markdown",
23-
maintainer="Joe Hamman",
24-
maintainer_email="[email protected]",
37+
maintainer=maintainers,
38+
maintainer_emails="[email protected]",
2539
url="https://github.com/carbonplan/cmip6-downscaling",
2640
packages=find_packages(),
2741
include_package_data=True,
@@ -32,6 +46,9 @@
3246
"analysis": ["cartopy", "seaborn", "carbonplan[styles]"],
3347
},
3448
license="MIT",
35-
keywords="carbon, data, climate",
36-
use_scm_version={"version_scheme": "post-release", "local_scheme": "dirty-tag"},
49+
keywords="carbon, data, climate, downscaling",
50+
use_scm_version={
51+
'version_scheme': 'post-release',
52+
'local_scheme': 'dirty-tag',
53+
},
3754
)

0 commit comments

Comments
 (0)