From a02518f3c7d4b2cac018ace593adbc1bf8725011 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 23:15:12 +0000 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 080e54f..43c1887 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,10 +46,6 @@ 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" - [tool.sphinx-pyproject] github_username = "domdfcoding" github_repository = "enum_tools" From 323048d4905cbae2b1967b9a4f73b637b9eb6944 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:07:29 +0000 Subject: [PATCH 2/2] Updated files with 'repo_helper'. --- .github/workflows/octocheese.yml | 2 +- README.rst | 20 ++++++++++---------- doc-source/index.rst | 10 +++++----- doc-source/license.rst | 2 +- pyproject.toml | 3 ++- 5 files changed, 19 insertions(+), 18 deletions(-) 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 43c1887..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,6 +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/ *",] +package = "enum_tools" [tool.sphinx-pyproject] github_username = "domdfcoding"