Skip to content

Commit

Permalink
Customize skeleton for project.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 6, 2024
1 parent 6ff02e0 commit 560a16b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Welcome to |project| documentation!
history


.. automodule:: PROJECT
.. automodule:: backports.tarfile
:members:
:undoc-members:
:show-inheritance:
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = PROJECT
name = backports.tarfile
author = Jason R. Coombs
author_email = [email protected]
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
Expand Down

0 comments on commit 560a16b

Please sign in to comment.