Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d97ddbe

Browse files
[repo-helper] Configuration Update (#120)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent d927505 commit d97ddbe

File tree

5 files changed

+19
-22
lines changed

5 files changed

+19
-22
lines changed

.github/workflows/octocheese.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: domdfcoding/octocheese@master
1616
with:
17-
pypi_name: "enum_tools"
17+
pypi_name: "enum-tools"
1818
env:
1919
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2020
if: startsWith(github.ref, 'refs/tags/') != true

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ Enum Tools
7070
:target: https://www.codefactor.io/repository/github/domdfcoding/enum_tools
7171
:alt: CodeFactor Grade
7272

73-
.. |pypi-version| image:: https://img.shields.io/pypi/v/enum_tools
74-
:target: https://pypi.org/project/enum_tools/
73+
.. |pypi-version| image:: https://img.shields.io/pypi/v/enum-tools
74+
:target: https://pypi.org/project/enum-tools/
7575
:alt: PyPI - Package Version
7676

77-
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/enum_tools?logo=python&logoColor=white
78-
:target: https://pypi.org/project/enum_tools/
77+
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/enum-tools?logo=python&logoColor=white
78+
:target: https://pypi.org/project/enum-tools/
7979
:alt: PyPI - Supported Python Versions
8080

81-
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/enum_tools
82-
:target: https://pypi.org/project/enum_tools/
81+
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/enum-tools
82+
:target: https://pypi.org/project/enum-tools/
8383
:alt: PyPI - Supported Implementations
8484

85-
.. |wheel| image:: https://img.shields.io/pypi/wheel/enum_tools
86-
:target: https://pypi.org/project/enum_tools/
85+
.. |wheel| image:: https://img.shields.io/pypi/wheel/enum-tools
86+
:target: https://pypi.org/project/enum-tools/
8787
:alt: PyPI - Wheel
8888

8989
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/enum-tools?logo=anaconda
@@ -112,8 +112,8 @@ Enum Tools
112112
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
113113
:alt: Maintenance
114114

115-
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/enum_tools
116-
:target: https://pypistats.org/packages/enum_tools
115+
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/enum-tools
116+
:target: https://pypistats.org/packages/enum-tools
117117
:alt: PyPI - Downloads
118118

119119
.. end shields

doc-source/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,22 @@ Enum Tools
8080
:alt: CodeFactor Grade
8181

8282
.. |pypi-version| pypi-shield::
83-
:project: enum_tools
83+
:project: enum-tools
8484
:version:
8585
:alt: PyPI - Package Version
8686

8787
.. |supported-versions| pypi-shield::
88-
:project: enum_tools
88+
:project: enum-tools
8989
:py-versions:
9090
:alt: PyPI - Supported Python Versions
9191

9292
.. |supported-implementations| pypi-shield::
93-
:project: enum_tools
93+
:project: enum-tools
9494
:implementations:
9595
:alt: PyPI - Supported Implementations
9696

9797
.. |wheel| pypi-shield::
98-
:project: enum_tools
98+
:project: enum-tools
9999
:wheel:
100100
:alt: PyPI - Wheel
101101

@@ -127,7 +127,7 @@ Enum Tools
127127
:alt: Maintenance
128128

129129
.. |pypi-downloads| pypi-shield::
130-
:project: enum_tools
130+
:project: enum-tools
131131
:downloads: month
132132
:alt: PyPI - Downloads
133133

doc-source/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ License
77
.. license-info:: LGPL-3.0
88

99
.. license::
10-
:py: enum_tools
10+
:py: enum-tools

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "whey",]
33
build-backend = "whey"
44

55
[project]
6-
name = "enum_tools"
6+
name = "enum-tools"
77
version = "0.13.0"
88
description = "Tools to expand Python's enum module."
99
readme = "README.rst"
@@ -45,10 +45,7 @@ python-implementations = [ "CPython", "PyPy",]
4545
platforms = [ "Windows", "macOS", "Linux",]
4646
license-key = "LGPL-3.0-or-later"
4747
additional-files = [ "recursive-include enum_tools/ requirements.txt", "recursive-exclude tests/ *",]
48-
49-
[tool.mkrecipe]
50-
conda-channels = [ "conda-forge", "domdfcoding",]
51-
extras = "all"
48+
package = "enum_tools"
5249

5350
[tool.sphinx-pyproject]
5451
github_username = "domdfcoding"

0 commit comments

Comments
 (0)