diff --git a/.github/workflows/octocheese.yml b/.github/workflows/octocheese.yml index 85397d6..78a9ff3 100644 --- a/.github/workflows/octocheese.yml +++ b/.github/workflows/octocheese.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: domdfcoding/octocheese@master with: - pypi_name: "enum_tools" + pypi_name: "enum-tools" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} if: startsWith(github.ref, 'refs/tags/') != true diff --git a/README.rst b/README.rst index 3bfa972..7348279 100644 --- a/README.rst +++ b/README.rst @@ -70,20 +70,20 @@ Enum Tools :target: https://www.codefactor.io/repository/github/domdfcoding/enum_tools :alt: CodeFactor Grade -.. |pypi-version| image:: https://img.shields.io/pypi/v/enum_tools - :target: https://pypi.org/project/enum_tools/ +.. |pypi-version| image:: https://img.shields.io/pypi/v/enum-tools + :target: https://pypi.org/project/enum-tools/ :alt: PyPI - Package Version -.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/enum_tools?logo=python&logoColor=white - :target: https://pypi.org/project/enum_tools/ +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/enum-tools?logo=python&logoColor=white + :target: https://pypi.org/project/enum-tools/ :alt: PyPI - Supported Python Versions -.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/enum_tools - :target: https://pypi.org/project/enum_tools/ +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/enum-tools + :target: https://pypi.org/project/enum-tools/ :alt: PyPI - Supported Implementations -.. |wheel| image:: https://img.shields.io/pypi/wheel/enum_tools - :target: https://pypi.org/project/enum_tools/ +.. |wheel| image:: https://img.shields.io/pypi/wheel/enum-tools + :target: https://pypi.org/project/enum-tools/ :alt: PyPI - Wheel .. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/enum-tools?logo=anaconda @@ -112,8 +112,8 @@ Enum Tools .. |maintained| image:: https://img.shields.io/maintenance/yes/2026 :alt: Maintenance -.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/enum_tools - :target: https://pypistats.org/packages/enum_tools +.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/enum-tools + :target: https://pypistats.org/packages/enum-tools :alt: PyPI - Downloads .. end shields diff --git a/doc-source/index.rst b/doc-source/index.rst index b95ac4e..47e56a7 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -80,22 +80,22 @@ Enum Tools :alt: CodeFactor Grade .. |pypi-version| pypi-shield:: - :project: enum_tools + :project: enum-tools :version: :alt: PyPI - Package Version .. |supported-versions| pypi-shield:: - :project: enum_tools + :project: enum-tools :py-versions: :alt: PyPI - Supported Python Versions .. |supported-implementations| pypi-shield:: - :project: enum_tools + :project: enum-tools :implementations: :alt: PyPI - Supported Implementations .. |wheel| pypi-shield:: - :project: enum_tools + :project: enum-tools :wheel: :alt: PyPI - Wheel @@ -127,7 +127,7 @@ Enum Tools :alt: Maintenance .. |pypi-downloads| pypi-shield:: - :project: enum_tools + :project: enum-tools :downloads: month :alt: PyPI - Downloads diff --git a/doc-source/license.rst b/doc-source/license.rst index 9fc4006..dd417dc 100644 --- a/doc-source/license.rst +++ b/doc-source/license.rst @@ -7,4 +7,4 @@ License .. license-info:: LGPL-3.0 .. license:: - :py: enum_tools + :py: enum-tools diff --git a/pyproject.toml b/pyproject.toml index 080e54f..2ee7755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "whey",] build-backend = "whey" [project] -name = "enum_tools" +name = "enum-tools" version = "0.13.0" description = "Tools to expand Python's enum module." readme = "README.rst" @@ -45,10 +45,7 @@ python-implementations = [ "CPython", "PyPy",] platforms = [ "Windows", "macOS", "Linux",] license-key = "LGPL-3.0-or-later" additional-files = [ "recursive-include enum_tools/ requirements.txt", "recursive-exclude tests/ *",] - -[tool.mkrecipe] -conda-channels = [ "conda-forge", "domdfcoding",] -extras = "all" +package = "enum_tools" [tool.sphinx-pyproject] github_username = "domdfcoding"