Skip to content

Commit 3ad3ced

Browse files
Updated files with 'repo_helper'. (#89)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent f2c22c6 commit 3ad3ced

5 files changed

Lines changed: 19 additions & 18 deletions

File tree

.github/workflows/octocheese.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: domdfcoding/octocheese@master
1616
with:
17-
pypi_name: "dep_checker"
17+
pypi_name: "dep-checker"
1818
env:
1919
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2020
if: startsWith(github.ref, 'refs/tags/') != true

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,20 @@ dep_checker
6868
:target: https://www.codefactor.io/repository/github/python-coincidence/dep_checker
6969
:alt: CodeFactor Grade
7070

71-
.. |pypi-version| image:: https://img.shields.io/pypi/v/dep_checker
72-
:target: https://pypi.org/project/dep_checker/
71+
.. |pypi-version| image:: https://img.shields.io/pypi/v/dep-checker
72+
:target: https://pypi.org/project/dep-checker/
7373
:alt: PyPI - Package Version
7474

75-
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dep_checker?logo=python&logoColor=white
76-
:target: https://pypi.org/project/dep_checker/
75+
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dep-checker?logo=python&logoColor=white
76+
:target: https://pypi.org/project/dep-checker/
7777
:alt: PyPI - Supported Python Versions
7878

79-
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dep_checker
80-
:target: https://pypi.org/project/dep_checker/
79+
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dep-checker
80+
:target: https://pypi.org/project/dep-checker/
8181
:alt: PyPI - Supported Implementations
8282

83-
.. |wheel| image:: https://img.shields.io/pypi/wheel/dep_checker
84-
:target: https://pypi.org/project/dep_checker/
83+
.. |wheel| image:: https://img.shields.io/pypi/wheel/dep-checker
84+
:target: https://pypi.org/project/dep-checker/
8585
:alt: PyPI - Wheel
8686

8787
.. |license| image:: https://img.shields.io/github/license/python-coincidence/dep_checker
@@ -102,8 +102,8 @@ dep_checker
102102
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
103103
:alt: Maintenance
104104

105-
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dep_checker
106-
:target: https://pypistats.org/packages/dep_checker
105+
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dep-checker
106+
:target: https://pypistats.org/packages/dep-checker
107107
:alt: PyPI - Downloads
108108

109109
.. end shields

doc-source/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@ dep_checker
6969
:alt: CodeFactor Grade
7070

7171
.. |pypi-version| pypi-shield::
72-
:project: dep_checker
72+
:project: dep-checker
7373
:version:
7474
:alt: PyPI - Package Version
7575

7676
.. |supported-versions| pypi-shield::
77-
:project: dep_checker
77+
:project: dep-checker
7878
:py-versions:
7979
:alt: PyPI - Supported Python Versions
8080

8181
.. |supported-implementations| pypi-shield::
82-
:project: dep_checker
82+
:project: dep-checker
8383
:implementations:
8484
:alt: PyPI - Supported Implementations
8585

8686
.. |wheel| pypi-shield::
87-
:project: dep_checker
87+
:project: dep-checker
8888
:wheel:
8989
:alt: PyPI - Wheel
9090

@@ -108,7 +108,7 @@ dep_checker
108108
:alt: Maintenance
109109

110110
.. |pypi-downloads| pypi-shield::
111-
:project: dep_checker
111+
:project: dep-checker
112112
:downloads: month
113113
:alt: PyPI - Downloads
114114

doc-source/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ License
77
.. license-info:: MIT
88

99
.. license::
10-
:py: dep_checker
10+
:py: dep-checker

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "whey",]
33
build-backend = "whey"
44

55
[project]
6-
name = "dep_checker"
6+
name = "dep-checker"
77
version = "0.9.0"
88
description = "Tool to check all requirements are actually required."
99
readme = "README.rst"
@@ -38,6 +38,7 @@ python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
3838
python-implementations = [ "CPython", "PyPy",]
3939
platforms = [ "Windows", "macOS", "Linux",]
4040
license-key = "MIT"
41+
package = "dep_checker"
4142

4243
[tool.sphinx-pyproject]
4344
github_username = "python-coincidence"

0 commit comments

Comments
 (0)