Skip to content

Commit c7a1287

Browse files
committed
Use hypneated name in pyproject.toml
1 parent b5750e4 commit c7a1287

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

README.rst

+12-12
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/domdfcoding/domdf_python_tools?logo=anaconda
@@ -111,8 +111,8 @@ domdf_python_tools
111111
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
112112
:alt: Maintenance
113113

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

118118
.. end shields
@@ -130,7 +130,7 @@ To install with ``pip``:
130130

131131
.. code-block:: bash
132132
133-
$ python -m pip install domdf_python_tools
133+
$ python -m pip install domdf-python-tools
134134
135135
To install with ``conda``:
136136

@@ -145,6 +145,6 @@ To install with ``conda``:
145145

146146
.. code-block:: bash
147147
148-
$ conda install domdf_python_tools
148+
$ conda install domdf-python-tools
149149
150150
.. end installation

doc-source/license.rst

+1-1
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

repo_helper.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
modname: domdf_python_tools
3+
pypi_name: domdf-python-tools
4+
conda_name: domdf_python_tools
35
copyright_years: "2019-2022"
46
author: "Dominic Davis-Foster"
57
@@ -82,3 +84,4 @@ additional_ignore:
8284
- demo.py
8385
- frozendict.py
8486
- graaltest.sh
87+
- misc

0 commit comments

Comments
 (0)