Skip to content

Commit 7035c2a

Browse files
committed
Update badges, monogram, and grammar
1 parent 0e2572b commit 7035c2a

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
<img
2-
src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png'
3-
height='48'
4-
/>
1+
<p align="left" >
2+
<a href='https://carbonplan.org'>
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png">
5+
<img alt="CarbonPlan monogram." height="48" src="https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png">
6+
</picture>
7+
</a>
8+
</p>
59

610
# carbonplan / carbonplan-python
711

812
**namespace package for python utilities and subprojects**
913

1014
[![CI](https://github.com/carbonplan/carbonplan-python/actions/workflows/main.yaml/badge.svg)](https://github.com/carbonplan/carbonplan-python/actions/workflows/main.yaml)
11-
![MIT License][]
12-
[![PyPI version](https://badge.fury.io/py/carbonplan.svg)](https://badge.fury.io/py/carbonplan)
13-
14-
[github-badge]: https://badgen.net/badge/-/github?icon=github&label
15-
[mit license]: https://badgen.net/badge/license/MIT/blue
15+
![PyPI](https://img.shields.io/pypi/v/carbonplan)
16+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1617

1718
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:
1819

@@ -41,8 +42,8 @@ from carbonplan_styles.mpl import set_theme
4142

4243
## license
4344

44-
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.
45+
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.
4546

4647
## about us
4748

48-
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:[email protected]).
49+
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:[email protected]).

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
long_description=long_description,
3939
long_description_content_type='text/markdown',
4040
python_requires='>=3.8',
41-
maintainer='Joe Hamman',
42-
maintainer_email='joe@carbonplan.org',
41+
maintainer='CarbonPlan',
42+
maintainer_email='tech@carbonplan.org',
4343
url='https://github.com/carbonplan/carbonplan-python',
4444
license='MIT',
4545
packages=find_packages(exclude=('tests',)),

0 commit comments

Comments
 (0)