Skip to content

Commit

Permalink
setup edits (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen authored Sep 30, 2022
1 parent 7a1464b commit 30f91d2
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,28 @@
PYTHON_REQUIRES = ">=3.8"

description = "climate downscaling using cmip6 data"
maintainers = [
"Oriana Chegwidden",
"Raphael Hagen",
"Joe Hamman",
"Anderson Banihirwe",
"Max Jones",
]
maintainer_emails = [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
]

setup(
name="cmip6-downscaling",
description=description,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
maintainer="Joe Hamman",
maintainer_email="[email protected]",
maintainer=maintainers,
maintainer_emails="[email protected]",
url="https://github.com/carbonplan/cmip6-downscaling",
packages=find_packages(),
include_package_data=True,
Expand All @@ -32,6 +46,9 @@
"analysis": ["cartopy", "seaborn", "carbonplan[styles]"],
},
license="MIT",
keywords="carbon, data, climate",
use_scm_version={"version_scheme": "post-release", "local_scheme": "dirty-tag"},
keywords="carbon, data, climate, downscaling",
use_scm_version={
'version_scheme': 'post-release',
'local_scheme': 'dirty-tag',
},
)

1 comment on commit 30f91d2

@vercel
Copy link

@vercel vercel bot commented on 30f91d2 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.