Skip to content

Commit 03cba5d

Browse files
committed
Use hyphenated package name for conda-forge
1 parent bc55522 commit 03cba5d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ domdf_python_tools
8585
:target: https://pypi.org/project/domdf_python_tools/
8686
:alt: PyPI - Wheel
8787

88-
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf_python_tools?logo=anaconda
89-
:target: https://anaconda.org/conda-forge/domdf_python_tools
88+
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf-python-tools?logo=anaconda
89+
:target: https://anaconda.org/conda-forge/domdf-python-tools
9090
:alt: Conda - Package Version
9191

92-
.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/domdf_python_tools?label=conda%7Cplatform
93-
:target: https://anaconda.org/conda-forge/domdf_python_tools
92+
.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/domdf-python-tools?label=conda%7Cplatform
93+
:target: https://anaconda.org/conda-forge/domdf-python-tools
9494
:alt: Conda - Platform
9595

9696
.. |license| image:: https://img.shields.io/github/license/domdfcoding/domdf_python_tools
@@ -130,12 +130,12 @@ 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

137137
.. code-block:: bash
138138
139-
$ conda install -c conda-forge domdf_python_tools
139+
$ conda install -c conda-forge domdf-python-tools
140140
141141
.. end installation

doc-source/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ domdf_python_tools
9191
:wheel:
9292
:alt: PyPI - Wheel
9393

94-
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf_python_tools?logo=anaconda
95-
:target: https://anaconda.org/conda-forge/domdf_python_tools
94+
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf-python-tools?logo=anaconda
95+
:target: https://anaconda.org/conda-forge/domdf-python-tools
9696
:alt: Conda - Package Version
9797

98-
.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/domdf_python_tools?label=conda%7Cplatform
99-
:target: https://anaconda.org/conda-forge/domdf_python_tools
98+
.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/domdf-python-tools?label=conda%7Cplatform
99+
:target: https://anaconda.org/conda-forge/domdf-python-tools
100100
:alt: Conda - Platform
101101

102102
.. |license| github-shield::
@@ -139,9 +139,9 @@ Installation
139139
.. start installation
140140
141141
.. installation:: domdf_python_tools
142-
:pypi:
142+
:pypi: domdf-python-tools
143143
:github:
144-
:anaconda:
144+
:anaconda: domdf-python-tools
145145
:conda-channels: conda-forge
146146

147147
.. end installation

0 commit comments

Comments
 (0)