Skip to content

Commit 86a10eb

Browse files
Updated files with 'repo_helper'.
1 parent d11b5d2 commit 86a10eb

File tree

6 files changed

+20
-19
lines changed

6 files changed

+20
-19
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: "domdf_python_tools"
17+
pypi_name: "domdf-python-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
@@ -69,20 +69,20 @@ domdf_python_tools
6969
:target: https://www.codefactor.io/repository/github/domdfcoding/domdf_python_tools
7070
:alt: CodeFactor Grade
7171

72-
.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf_python_tools
73-
:target: https://pypi.org/project/domdf_python_tools/
72+
.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf-python-tools
73+
:target: https://pypi.org/project/domdf-python-tools/
7474
:alt: PyPI - Package Version
7575

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

80-
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf_python_tools
81-
:target: https://pypi.org/project/domdf_python_tools/
80+
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf-python-tools
81+
:target: https://pypi.org/project/domdf-python-tools/
8282
:alt: PyPI - Supported Implementations
8383

84-
.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf_python_tools
85-
:target: https://pypi.org/project/domdf_python_tools/
84+
.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf-python-tools
85+
:target: https://pypi.org/project/domdf-python-tools/
8686
:alt: PyPI - Wheel
8787

8888
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf-python-tools?logo=anaconda
@@ -111,8 +111,8 @@ domdf_python_tools
111111
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
112112
:alt: Maintenance
113113

114-
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf_python_tools
115-
:target: https://pypistats.org/packages/domdf_python_tools
114+
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf-python-tools
115+
:target: https://pypistats.org/packages/domdf-python-tools
116116
:alt: PyPI - Downloads
117117

118118
.. end shields

doc-source/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,22 @@ domdf_python_tools
7272
:alt: CodeFactor Grade
7373

7474
.. |pypi-version| pypi-shield::
75-
:project: domdf_python_tools
75+
:project: domdf-python-tools
7676
:version:
7777
:alt: PyPI - Package Version
7878

7979
.. |supported-versions| pypi-shield::
80-
:project: domdf_python_tools
80+
:project: domdf-python-tools
8181
:py-versions:
8282
:alt: PyPI - Supported Python Versions
8383

8484
.. |supported-implementations| pypi-shield::
85-
:project: domdf_python_tools
85+
:project: domdf-python-tools
8686
:implementations:
8787
:alt: PyPI - Supported Implementations
8888

8989
.. |wheel| pypi-shield::
90-
:project: domdf_python_tools
90+
:project: domdf-python-tools
9191
:wheel:
9292
:alt: PyPI - Wheel
9393

@@ -119,7 +119,7 @@ domdf_python_tools
119119
:alt: Maintenance
120120

121121
.. |pypi-downloads| pypi-shield::
122-
:project: domdf_python_tools
122+
:project: domdf-python-tools
123123
:downloads: month
124124
:alt: PyPI - Downloads
125125

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: domdf_python_tools
10+
:py: domdf-python-tools

pyproject.toml

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

55
[project]
6-
name = "domdf_python_tools"
6+
name = "domdf-python-tools"
77
version = "3.10.0"
88
description = "Helpful functions for Python 🐍 🛠️"
99
readme = "README.rst"
@@ -143,6 +143,7 @@ python-implementations = [ "CPython", "PyPy",]
143143
platforms = [ "Windows", "macOS", "Linux",]
144144
license-key = "MIT"
145145
additional-files = [ "include domdf_python_tools/google-10000-english-no-swears.txt",]
146+
package = "domdf_python_tools"
146147

147148
[tool.mypy]
148149
python_version = "3.9"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ commands =
109109
basepython = python3.9
110110
changedir = {toxinidir}
111111
ignore_errors = True
112-
skip_install = False
112+
skip_install = True
113113
deps =
114114
flake8>=3.8.2,<5
115115
flake8-2020>=1.6.0

0 commit comments

Comments
 (0)