File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- .. image :: https://img.shields.io/pypi/v/skeleton .svg
2- :target: https://pypi.org/project/skeleton
1+ .. image :: https://img.shields.io/pypi/v/PROJECT .svg
2+ :target: https://pypi.org/project/PROJECT
33
4- .. image :: https://img.shields.io/pypi/pyversions/skeleton .svg
4+ .. image :: https://img.shields.io/pypi/pyversions/PROJECT .svg
55
6- .. image :: https://github.com/jaraco/skeleton /workflows/tests/badge.svg
7- :target: https://github.com/jaraco/skeleton /actions?query=workflow%3A%22tests%22
6+ .. image :: https://github.com/PROJECT_PATH /workflows/tests/badge.svg
7+ :target: https://github.com/PROJECT_PATH /actions?query=workflow%3A%22tests%22
88 :alt: tests
99
1010.. image :: https://img.shields.io/badge/code%20style-black-000000.svg
1111 :target: https://github.com/psf/black
1212 :alt: Code style: Black
1313
14- .. .. image:: https://readthedocs.org/projects/skeleton /badge/?version=latest
15- .. :target: https://skeleton .readthedocs.io/en/latest/?badge=latest
14+ .. .. image:: https://readthedocs.org/projects/PROJECT_RTD /badge/?version=latest
15+ .. :target: https://PROJECT_RTD .readthedocs.io/en/latest/?badge=latest
1616
1717 .. image :: https://img.shields.io/badge/skeleton-2023-informational
1818 :target: https://blog.jaraco.com/skeleton
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Welcome to |project| documentation!
77 history
88
99
10- .. automodule :: skeleton
10+ .. automodule :: PROJECT
1111 :members:
1212 :undoc-members:
1313 :show-inheritance:
Original file line number Diff line number Diff line change 11[metadata]
2- name = skeleton
2+ name = PROJECT
33author = Jason R. Coombs
445- description = skeleton
5+ description = PROJECT_DESCRIPTION
66long_description = file:README.rst
7- url = https://github.com/jaraco/skeleton
7+ url = https://github.com/PROJECT_PATH
88classifiers =
99 Development Status :: 5 - Production/Stable
1010 Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments