From 511e85998ada5aae0bd61da7e127cfce81a28f51 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Tue, 18 Jul 2023 11:48:19 -0600 Subject: [PATCH] docs: Prepare for PyPI --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a369840..c786503 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Linting: Pylint](https://img.shields.io/badge/Linting-Pylint-yellowgreen)](https://github.com/pylint-dev/pylint) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) [![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) +[![PyPI Version](https://badge.fury.io/py/reverse-argparse.svg)](https://badge.fury.io/py/reverse-argparse) ![Python Version](https://img.shields.io/badge/Python-3.8+-blue.svg) [![Security: Bandit](https://img.shields.io/badge/Security-Bandit-yellow.svg)](https://github.com/PyCQA/bandit) @@ -26,12 +27,9 @@ script exactly. To get up and running with `reverse_argparse`, simply: ```bash -python3 -m pip install reverse_argparse +python3 -m pip install reverse-argparse ``` -> **Note:** This won't actually work until the package has been published to -> PyPI. - ## Usage Once the package is installed, you can simply