Skip to content

Commit 745744c

Browse files
authored
Merge pull request #29 from sandialabs/prepare-for-pypi
docs: Prepare for PyPI
2 parents da6dedf + 511e859 commit 745744c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Linting: Pylint](https://img.shields.io/badge/Linting-Pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
77
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
88
[![pre-commit.ci Status](https://results.pre-commit.ci/badge/github/sandialabs/reverse_argparse/master.svg)](https://results.pre-commit.ci/latest/github/sandialabs/reverse_argparse/master)
9+
[![PyPI Version](https://badge.fury.io/py/reverse-argparse.svg)](https://badge.fury.io/py/reverse-argparse)
910
![Python Version](https://img.shields.io/badge/Python-3.8+-blue.svg)
1011
[![Security: Bandit](https://img.shields.io/badge/Security-Bandit-yellow.svg)](https://github.com/PyCQA/bandit)
1112

@@ -26,12 +27,9 @@ script exactly.
2627

2728
To get up and running with `reverse_argparse`, simply:
2829
```bash
29-
python3 -m pip install reverse_argparse
30+
python3 -m pip install reverse-argparse
3031
```
3132

32-
> **Note:** This won't actually work until the package has been published to
33-
> PyPI.
34-
3533
## Usage
3634

3735
Once the package is installed, you can simply

0 commit comments

Comments
 (0)