diff --git a/.github/workflows/octocheese.yml b/.github/workflows/octocheese.yml index 6fa0b03..709a8a3 100644 --- a/.github/workflows/octocheese.yml +++ b/.github/workflows/octocheese.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: domdfcoding/octocheese@master with: - pypi_name: "flake8_sphinx_links" + pypi_name: "flake8-sphinx-links" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} if: startsWith(github.ref, 'refs/tags/') != true diff --git a/README.rst b/README.rst index 7cc8c72..8633aad 100644 --- a/README.rst +++ b/README.rst @@ -70,20 +70,20 @@ flake8_sphinx_links :target: https://www.codefactor.io/repository/github/python-formate/flake8-sphinx-links :alt: CodeFactor Grade -.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8_sphinx_links - :target: https://pypi.org/project/flake8_sphinx_links/ +.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-sphinx-links + :target: https://pypi.org/project/flake8-sphinx-links/ :alt: PyPI - Package Version -.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8_sphinx_links?logo=python&logoColor=white - :target: https://pypi.org/project/flake8_sphinx_links/ +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-sphinx-links?logo=python&logoColor=white + :target: https://pypi.org/project/flake8-sphinx-links/ :alt: PyPI - Supported Python Versions -.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8_sphinx_links - :target: https://pypi.org/project/flake8_sphinx_links/ +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-sphinx-links + :target: https://pypi.org/project/flake8-sphinx-links/ :alt: PyPI - Supported Implementations -.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8_sphinx_links - :target: https://pypi.org/project/flake8_sphinx_links/ +.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-sphinx-links + :target: https://pypi.org/project/flake8-sphinx-links/ :alt: PyPI - Wheel .. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/flake8_sphinx_links?logo=anaconda @@ -112,8 +112,8 @@ flake8_sphinx_links .. |maintained| image:: https://img.shields.io/maintenance/yes/2026 :alt: Maintenance -.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8_sphinx_links - :target: https://pypistats.org/packages/flake8_sphinx_links +.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8-sphinx-links + :target: https://pypistats.org/packages/flake8-sphinx-links :alt: PyPI - Downloads .. end shields diff --git a/doc-source/index.rst b/doc-source/index.rst index f5af172..bae57fc 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -71,22 +71,22 @@ flake8_sphinx_links :alt: CodeFactor Grade .. |pypi-version| pypi-shield:: - :project: flake8_sphinx_links + :project: flake8-sphinx-links :version: :alt: PyPI - Package Version .. |supported-versions| pypi-shield:: - :project: flake8_sphinx_links + :project: flake8-sphinx-links :py-versions: :alt: PyPI - Supported Python Versions .. |supported-implementations| pypi-shield:: - :project: flake8_sphinx_links + :project: flake8-sphinx-links :implementations: :alt: PyPI - Supported Implementations .. |wheel| pypi-shield:: - :project: flake8_sphinx_links + :project: flake8-sphinx-links :wheel: :alt: PyPI - Wheel @@ -118,7 +118,7 @@ flake8_sphinx_links :alt: Maintenance .. |pypi-downloads| pypi-shield:: - :project: flake8_sphinx_links + :project: flake8-sphinx-links :downloads: month :alt: PyPI - Downloads diff --git a/doc-source/license.rst b/doc-source/license.rst index 022893d..4a6c7dc 100644 --- a/doc-source/license.rst +++ b/doc-source/license.rst @@ -7,4 +7,4 @@ License .. license-info:: MIT .. license:: - :py: flake8_sphinx_links + :py: flake8-sphinx-links diff --git a/pyproject.toml b/pyproject.toml index 5acbc4e..0da39e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "whey",] build-backend = "whey" [project] -name = "flake8_sphinx_links" +name = "flake8-sphinx-links" version = "0.2.2" description = "A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation." readme = "README.rst" @@ -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 = "flake8_sphinx_links" [tool.mkrecipe] conda-channels = [ "conda-forge", "domdfcoding",]