diff --git a/README.rst b/README.rst index efabeee..4ef8130 100644 --- a/README.rst +++ b/README.rst @@ -1,18 +1,18 @@ -.. image:: https://img.shields.io/pypi/v/PROJECT.svg - :target: https://pypi.org/project/PROJECT +.. image:: https://img.shields.io/pypi/v/backports.tarfile.svg + :target: https://pypi.org/project/backports.tarfile -.. image:: https://img.shields.io/pypi/pyversions/PROJECT.svg +.. image:: https://img.shields.io/pypi/pyversions/backports.tarfile.svg -.. image:: https://github.com/PROJECT_PATH/actions/workflows/main.yml/badge.svg - :target: https://github.com/PROJECT_PATH/actions?query=workflow%3A%22tests%22 +.. image:: https://github.com/jaraco/backports.tarfile/actions/workflows/main.yml/badge.svg + :target: https://github.com/jaraco/backports.tarfile/actions?query=workflow%3A%22tests%22 :alt: tests .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json :target: https://github.com/astral-sh/ruff :alt: Ruff -.. .. image:: https://readthedocs.org/projects/PROJECT_RTD/badge/?version=latest -.. :target: https://PROJECT_RTD.readthedocs.io/en/latest/?badge=latest +.. .. image:: https://readthedocs.org/projects/backportstarfile/badge/?version=latest +.. :target: https://backportstarfile.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/badge/skeleton-2024-informational :target: https://blog.jaraco.com/skeleton diff --git a/docs/index.rst b/docs/index.rst index 5a3c677..e17105b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ Welcome to |project| documentation! history -.. automodule:: PROJECT +.. automodule:: backports.tarfile :members: :undoc-members: :show-inheritance: diff --git a/setup.cfg b/setup.cfg index f46b6cb..6b131ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ [metadata] -name = PROJECT +name = backports.tarfile author = Jason R. Coombs author_email = jaraco@jaraco.com -description = PROJECT_DESCRIPTION +description = Backport of CPython tarfile module long_description = file:README.rst -url = https://github.com/PROJECT_PATH +url = https://github.com/jaraco/backports.tarfile classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers