Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/octocheese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: domdfcoding/octocheese@master
with:
pypi_name: "dep_checker"
pypi_name: "dep-checker"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
if: startsWith(github.ref, 'refs/tags/') != true
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ dep_checker
:target: https://www.codefactor.io/repository/github/python-coincidence/dep_checker
:alt: CodeFactor Grade

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

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

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

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

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

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

.. end shields
Expand Down
10 changes: 5 additions & 5 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@ dep_checker
:alt: CodeFactor Grade

.. |pypi-version| pypi-shield::
:project: dep_checker
:project: dep-checker
:version:
:alt: PyPI - Package Version

.. |supported-versions| pypi-shield::
:project: dep_checker
:project: dep-checker
:py-versions:
:alt: PyPI - Supported Python Versions

.. |supported-implementations| pypi-shield::
:project: dep_checker
:project: dep-checker
:implementations:
:alt: PyPI - Supported Implementations

.. |wheel| pypi-shield::
:project: dep_checker
:project: dep-checker
:wheel:
:alt: PyPI - Wheel

Expand All @@ -108,7 +108,7 @@ dep_checker
:alt: Maintenance

.. |pypi-downloads| pypi-shield::
:project: dep_checker
:project: dep-checker
:downloads: month
:alt: PyPI - Downloads

Expand Down
2 changes: 1 addition & 1 deletion doc-source/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ License
.. license-info:: MIT

.. license::
:py: dep_checker
:py: dep-checker
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "whey",]
build-backend = "whey"

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

[tool.sphinx-pyproject]
github_username = "python-coincidence"
Expand Down
Loading