Skip to content

Commit a01a0b9

Browse files
Updated files with 'repo_helper'. (#26)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 8b29ab8 commit a01a0b9

8 files changed

Lines changed: 28 additions & 22 deletions

File tree

.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_wxpython_tools"
17+
pypi_name: "domdf-wxpython-tools"
1818
env:
1919
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2020
if: startsWith(github.ref, 'refs/tags/') != true

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: end-of-file-fixer
3333

3434
- repo: https://github.com/domdfcoding/pre-commit-hooks
35-
rev: v0.5.0
35+
rev: v0.6.0
3636
hooks:
3737
- id: requirements-txt-sorter
3838
args:
@@ -80,12 +80,15 @@ repos:
8080
- id: snippet-fmt
8181

8282
- repo: https://github.com/python-formate/formate
83-
rev: v1.1.1
83+
rev: v1.2.0
8484
hooks:
8585
- id: formate
8686
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8787
additional_dependencies:
8888
- formate-trailing-commas>=0.1.1
89+
types_or:
90+
- python
91+
- pyi
8992

9093
- repo: https://github.com/python-coincidence/dep_checker
9194
rev: v0.9.0

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,20 @@ domdf_wxpython_tools
6262
:target: https://www.codefactor.io/repository/github/domdfcoding/domdf_wxpython_tools
6363
:alt: CodeFactor Grade
6464

65-
.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf_wxpython_tools
66-
:target: https://pypi.org/project/domdf_wxpython_tools/
65+
.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf-wxpython-tools
66+
:target: https://pypi.org/project/domdf-wxpython-tools/
6767
:alt: PyPI - Package Version
6868

69-
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf_wxpython_tools?logo=python&logoColor=white
70-
:target: https://pypi.org/project/domdf_wxpython_tools/
69+
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf-wxpython-tools?logo=python&logoColor=white
70+
:target: https://pypi.org/project/domdf-wxpython-tools/
7171
:alt: PyPI - Supported Python Versions
7272

73-
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf_wxpython_tools
74-
:target: https://pypi.org/project/domdf_wxpython_tools/
73+
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf-wxpython-tools
74+
:target: https://pypi.org/project/domdf-wxpython-tools/
7575
:alt: PyPI - Supported Implementations
7676

77-
.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf_wxpython_tools
78-
:target: https://pypi.org/project/domdf_wxpython_tools/
77+
.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf-wxpython-tools
78+
:target: https://pypi.org/project/domdf-wxpython-tools/
7979
:alt: PyPI - Wheel
8080

8181
.. |license| image:: https://img.shields.io/github/license/domdfcoding/domdf_wxpython_tools
@@ -96,8 +96,8 @@ domdf_wxpython_tools
9696
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
9797
:alt: Maintenance
9898

99-
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf_wxpython_tools
100-
:target: https://pypistats.org/packages/domdf_wxpython_tools
99+
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf-wxpython-tools
100+
:target: https://pypistats.org/packages/domdf-wxpython-tools
101101
:alt: PyPI - Downloads
102102

103103
.. end shields
@@ -113,6 +113,6 @@ To install with ``pip``:
113113

114114
.. code-block:: bash
115115
116-
$ python -m pip install domdf_wxpython_tools
116+
$ python -m pip install domdf-wxpython-tools
117117
118118
.. end installation

doc-source/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,22 @@ domdf_wxpython_tools
6666
:alt: CodeFactor Grade
6767

6868
.. |pypi-version| pypi-shield::
69-
:project: domdf_wxpython_tools
69+
:project: domdf-wxpython-tools
7070
:version:
7171
:alt: PyPI - Package Version
7272

7373
.. |supported-versions| pypi-shield::
74-
:project: domdf_wxpython_tools
74+
:project: domdf-wxpython-tools
7575
:py-versions:
7676
:alt: PyPI - Supported Python Versions
7777

7878
.. |supported-implementations| pypi-shield::
79-
:project: domdf_wxpython_tools
79+
:project: domdf-wxpython-tools
8080
:implementations:
8181
:alt: PyPI - Supported Implementations
8282

8383
.. |wheel| pypi-shield::
84-
:project: domdf_wxpython_tools
84+
:project: domdf-wxpython-tools
8585
:wheel:
8686
:alt: PyPI - Wheel
8787

@@ -105,7 +105,7 @@ domdf_wxpython_tools
105105
:alt: Maintenance
106106

107107
.. |pypi-downloads| pypi-shield::
108-
:project: domdf_wxpython_tools
108+
:project: domdf-wxpython-tools
109109
:downloads: month
110110
:alt: PyPI - Downloads
111111

@@ -118,6 +118,7 @@ Installation
118118
119119
.. installation:: domdf_wxpython_tools
120120
:pypi:
121+
:pypi-name: domdf-wxpython-tools
121122
:github:
122123

123124
.. end installation

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: domdf_wxpython_tools
10+
:py: domdf-wxpython-tools

doc-source/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ extras-require>=0.5.0
66
html-section>=0.3.0
77
roman>=4.0
88
seed-intersphinx-mapping>=1.2.2
9+
setuptools<81
910
sphinx>=3.0.3
1011
sphinx-copybutton>=0.2.12
1112
sphinx-debuginfo>=0.2.2

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "setuptools!=61.*,<=67.1.0,>=40.6.0", "wheel>=0.34.2",]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "domdf_wxpython_tools"
6+
name = "domdf-wxpython-tools"
77
version = "0.3.0.post1"
88
description = "Tools and widgets for wxPython."
99
readme = "README.rst"
@@ -61,6 +61,7 @@ python-implementations = [ "CPython",]
6161
platforms = [ "Windows", "macOS", "Linux",]
6262
license-key = "LGPL-3.0-or-later"
6363
additional-files = [ "include domdf_wxpython_tools/panel_listctrl/Default.css",]
64+
package = "domdf_wxpython_tools"
6465

6566
[tool.importcheck]
6667
always = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# * options.entry_points
88

99
[metadata]
10-
name = domdf_wxpython_tools
10+
name = domdf-wxpython-tools
1111
version = 0.3.0.post1
1212
author = Dominic Davis-Foster
1313
author_email = dominic@davis-foster.co.uk

0 commit comments

Comments
 (0)