Skip to content

Commit 3579ec9

Browse files
committed
Correct README for pypi name and codecov badge
1 parent 9e5fcb7 commit 3579ec9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

template/README.md.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CI]({{repo_url}}/actions/workflows/ci.yml/badge.svg)]({{repo_url}}/actions/workflows/ci.yml)
22
[![Coverage](https://codecov.io/gh/{{github_org}}/{{repo_name}}/branch/main/graph/badge.svg)](https://codecov.io/gh/{{github_org}}/{{repo_name}})
3-
[![PyPI](https://img.shields.io/pypi/v/{{pypi_name}}.svg)](https://pypi.org/project/{{pypi_name}})
3+
[![PyPI](https://img.shields.io/pypi/v/{{distribution_name}}.svg)](https://pypi.org/project/{{distribution_name}})
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55

66
# {{ package_name }}
@@ -10,7 +10,7 @@ how it does it, and why people should use it.
1010

1111
Source | <{{repo_url}}>
1212
:---: | :---:
13-
PyPI | `pip install {{pypi_name}}`
13+
PyPI | `pip install {{distribution_name}}`
1414
{% if sphinx %}Documentation | <{{docs_url}}>{% endif %}
1515
Releases | <{{repo_url}}/releases>
1616

template/{% if sphinx %}docs{% endif %}/tutorials/installation.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ source /path/to/venv/bin/activate
2424
You can now use `pip` to install the library and its dependencies:
2525

2626
```
27-
$ python3 -m pip install {{pypi_name}}
27+
$ python3 -m pip install {{distribution_name}}
2828
```
2929

3030
If you require a feature that is not currently released you can also install

0 commit comments

Comments
 (0)