Skip to content

Commit 78d9649

Browse files
[repo-helper] Configuration Update (#80)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 7d55038 commit 78d9649

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
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: "flake8_strftime"
17+
pypi_name: "flake8-strftime"
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 @@ flake8_strftime
7070
:target: https://www.codefactor.io/repository/github/python-formate/flake8_strftime
7171
:alt: CodeFactor Grade
7272

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

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

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

85-
.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8_strftime
86-
:target: https://pypi.org/project/flake8_strftime/
85+
.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-strftime
86+
:target: https://pypi.org/project/flake8-strftime/
8787
:alt: PyPI - Wheel
8888

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

115-
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8_strftime
116-
:target: https://pypistats.org/packages/flake8_strftime
115+
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8-strftime
116+
:target: https://pypistats.org/packages/flake8-strftime
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
@@ -71,22 +71,22 @@ flake8_strftime
7171
:alt: CodeFactor Grade
7272

7373
.. |pypi-version| pypi-shield::
74-
:project: flake8_strftime
74+
:project: flake8-strftime
7575
:version:
7676
:alt: PyPI - Package Version
7777

7878
.. |supported-versions| pypi-shield::
79-
:project: flake8_strftime
79+
:project: flake8-strftime
8080
:py-versions:
8181
:alt: PyPI - Supported Python Versions
8282

8383
.. |supported-implementations| pypi-shield::
84-
:project: flake8_strftime
84+
:project: flake8-strftime
8585
:implementations:
8686
:alt: PyPI - Supported Implementations
8787

8888
.. |wheel| pypi-shield::
89-
:project: flake8_strftime
89+
:project: flake8-strftime
9090
:wheel:
9191
:alt: PyPI - Wheel
9292

@@ -118,7 +118,7 @@ flake8_strftime
118118
:alt: Maintenance
119119

120120
.. |pypi-downloads| pypi-shield::
121-
:project: flake8_strftime
121+
:project: flake8-strftime
122122
:downloads: month
123123
:alt: PyPI - Downloads
124124

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:: MIT
88

99
.. license::
10-
:py: flake8_strftime
10+
:py: flake8-strftime

pyproject.toml

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

55
[project]
6-
name = "flake8_strftime"
6+
name = "flake8-strftime"
77
version = "0.3.4"
88
description = "A flake8 plugin which checks for use of platform specific strftime codes."
99
readme = "README.rst"
@@ -38,6 +38,7 @@ python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
3838
python-implementations = [ "CPython", "PyPy",]
3939
platforms = [ "Windows", "macOS", "Linux",]
4040
license-key = "MIT"
41+
package = "flake8_strftime"
4142

4243
[tool.mkrecipe]
4344
conda-channels = [ "conda-forge", "domdfcoding",]

0 commit comments

Comments
 (0)