diff --git a/.github/workflows/octocheese.yml b/.github/workflows/octocheese.yml index 47f109c..15de093 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_strftime" + pypi_name: "flake8-strftime" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} if: startsWith(github.ref, 'refs/tags/') != true diff --git a/README.rst b/README.rst index e0bd05b..0511a49 100644 --- a/README.rst +++ b/README.rst @@ -70,20 +70,20 @@ flake8_strftime :target: https://www.codefactor.io/repository/github/python-formate/flake8_strftime :alt: CodeFactor Grade -.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8_strftime - :target: https://pypi.org/project/flake8_strftime/ +.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-strftime + :target: https://pypi.org/project/flake8-strftime/ :alt: PyPI - Package Version -.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8_strftime?logo=python&logoColor=white - :target: https://pypi.org/project/flake8_strftime/ +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-strftime?logo=python&logoColor=white + :target: https://pypi.org/project/flake8-strftime/ :alt: PyPI - Supported Python Versions -.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8_strftime - :target: https://pypi.org/project/flake8_strftime/ +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-strftime + :target: https://pypi.org/project/flake8-strftime/ :alt: PyPI - Supported Implementations -.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8_strftime - :target: https://pypi.org/project/flake8_strftime/ +.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-strftime + :target: https://pypi.org/project/flake8-strftime/ :alt: PyPI - Wheel .. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/flake8_strftime?logo=anaconda @@ -112,8 +112,8 @@ flake8_strftime .. |maintained| image:: https://img.shields.io/maintenance/yes/2026 :alt: Maintenance -.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8_strftime - :target: https://pypistats.org/packages/flake8_strftime +.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8-strftime + :target: https://pypistats.org/packages/flake8-strftime :alt: PyPI - Downloads .. end shields diff --git a/doc-source/index.rst b/doc-source/index.rst index 3cd1976..8f832e4 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -71,22 +71,22 @@ flake8_strftime :alt: CodeFactor Grade .. |pypi-version| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :version: :alt: PyPI - Package Version .. |supported-versions| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :py-versions: :alt: PyPI - Supported Python Versions .. |supported-implementations| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :implementations: :alt: PyPI - Supported Implementations .. |wheel| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :wheel: :alt: PyPI - Wheel @@ -118,7 +118,7 @@ flake8_strftime :alt: Maintenance .. |pypi-downloads| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :downloads: month :alt: PyPI - Downloads diff --git a/doc-source/license.rst b/doc-source/license.rst index 53d2f2a..4f59adf 100644 --- a/doc-source/license.rst +++ b/doc-source/license.rst @@ -7,4 +7,4 @@ License .. license-info:: MIT .. license:: - :py: flake8_strftime + :py: flake8-strftime diff --git a/pyproject.toml b/pyproject.toml index f5386b6..edda7bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "whey",] build-backend = "whey" [project] -name = "flake8_strftime" +name = "flake8-strftime" version = "0.3.4" description = "A flake8 plugin which checks for use of platform specific strftime codes." 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_strftime" [tool.mkrecipe] conda-channels = [ "conda-forge", "domdfcoding",]