diff --git a/README.md b/README.md index 5ca94fa..d35c9e0 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ - +
+ + + +
# carbonplan / carbonplan-python **namespace package for python utilities and subprojects** [![CI](https://github.com/carbonplan/carbonplan-python/actions/workflows/main.yaml/badge.svg)](https://github.com/carbonplan/carbonplan-python/actions/workflows/main.yaml) -![MIT License][] -[![PyPI version](https://badge.fury.io/py/carbonplan.svg)](https://badge.fury.io/py/carbonplan) - -[github-badge]: https://badgen.net/badge/-/github?icon=github&label -[mit license]: https://badgen.net/badge/license/MIT/blue +![PyPI](https://img.shields.io/pypi/v/carbonplan) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) This repository includes the `carbonplan` namespace Python package. The package itself includes very little of substance, and is distributed to act as the top-level namespace for other Python packages developed by CarbonPlan. Other packages include: @@ -41,8 +42,8 @@ from carbonplan_styles.mpl import set_theme ## license -All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/) licensed. We include attribution for this content, and we please request that you also maintain that attribution if using this data. +All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/)-licensed. We include attribution for this content, and we please request that you also maintain that attribution if using this data. ## about us -CarbonPlan is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/carbonplan-python/issues/new) or [sending us an email](mailto:hello@carbonplan.org). +CarbonPlan is a nonprofit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/carbonplan-python/issues/new) or [sending us an email](mailto:hello@carbonplan.org). diff --git a/setup.py b/setup.py index 7d70fac..851da1a 100644 --- a/setup.py +++ b/setup.py @@ -38,8 +38,8 @@ long_description=long_description, long_description_content_type='text/markdown', python_requires='>=3.8', - maintainer='Joe Hamman', - maintainer_email='joe@carbonplan.org', + maintainer='CarbonPlan', + maintainer_email='tech@carbonplan.org', url='https://github.com/carbonplan/carbonplan-python', license='MIT', packages=find_packages(exclude=('tests',)),