From 18654178f8c3f793cbda64526dcadb493f79b119 Mon Sep 17 00:00:00 2001 From: cyrraz Date: Fri, 6 Feb 2026 09:04:10 +0100 Subject: [PATCH 1/2] fix: missing renaming plothist_utils -> plothist-utils --- .github/workflows/cd.yaml | 2 +- README.md | 19 ++++++++++--------- pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index c2b5f3e..7204f99 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/plothist_utils + url: https://pypi.org/p/plothist-utils permissions: id-token: write diff --git a/README.md b/README.md index 522119e..86f894b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# plothist_utils +# plothist-utils + [![CI Status][ci-badge]][ci-link] [![CD Status][cd-badge]][cd-link] [![PyPI version][pypi-version]][pypi-link] @@ -6,18 +7,18 @@ Sub-package to hold the fonts and some data to make the examples of [plothist](https://github.com/8-hat/plothist). -[ci-badge]: https://github.com/8-hat/plothist_utils/actions/workflows/ci.yaml/badge.svg -[ci-link]: https://github.com/8-hat/plothist_utils/actions/workflows/ci.yaml?query=branch%3Amain -[cd-badge]: https://github.com/8-hat/plothist_utils/actions/workflows/cd.yaml/badge.svg -[cd-link]: https://github.com/8-hat/plothist_utils/actions/workflows/cd.yaml?query=branch%3Amain -[pypi-link]: https://pypi.org/project/plothist-utils/ +[ci-badge]: https://github.com/8-hat/plothist-utils/actions/workflows/ci.yaml/badge.svg +[ci-link]: https://github.com/8-hat/plothist-utils/actions/workflows/ci.yaml?query=branch%3Amain +[cd-badge]: https://github.com/8-hat/plothist-utils/actions/workflows/cd.yaml/badge.svg +[cd-link]: https://github.com/8-hat/plothist-utils/actions/workflows/cd.yaml?query=branch%3Amain +[pypi-link]: https://pypi.org/project/plothist-utils/ [pypi-version]: https://badge.fury.io/py/plothist-utils.svg -[conda-badge]: https://img.shields.io/conda/vn/conda-forge/plothist_utils?style=platic -[conda-link]: https://anaconda.org/conda-forge/plothist_utils +[conda-badge]: https://img.shields.io/conda/vn/conda-forge/plothist-utils?style=platic +[conda-link]: https://anaconda.org/conda-forge/plothist-utils ## Fonts -Fonts distributed in this package have open licenses and can be redistributed. While it would be preferable to download the files from their original repositories, there is no convenient way to do that due to varying repo structures. The following fonts are included: +Fonts distributed in this package have open licenses and can be redistributed. While it would be preferable to download the files from their original repositories, there is no convenient way to do that due to varying repo structures. The following fonts are included: #### Latin Modern Math diff --git a/pyproject.toml b/pyproject.toml index 778dd29..aa6a2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,9 @@ dependencies = [ dynamic = ["version"] [project.urls] -Homepage = "https://github.com/8-hat/plothist_utils" +Homepage = "https://github.com/8-hat/plothist-utils" Documentation = "https://plothist.readthedocs.io/" -"Bug Tracker" = "https://github.com/8-hat/plothist_utils/issues" +"Bug Tracker" = "https://github.com/8-hat/plothist-utils/issues" [tool.codespell] skip = '*.pdf,./test/*,*.svg,./docs/html/*' From a8ce17619192498e7510c41e553d0251b918f304 Mon Sep 17 00:00:00 2001 From: cyrraz Date: Wed, 29 Apr 2026 21:46:58 +0200 Subject: [PATCH 2/2] fix: - -> _ for conda --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86f894b..cf7af46 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Sub-package to hold the fonts and some data to make the examples of [plothist](h [cd-link]: https://github.com/8-hat/plothist-utils/actions/workflows/cd.yaml?query=branch%3Amain [pypi-link]: https://pypi.org/project/plothist-utils/ [pypi-version]: https://badge.fury.io/py/plothist-utils.svg -[conda-badge]: https://img.shields.io/conda/vn/conda-forge/plothist-utils?style=platic -[conda-link]: https://anaconda.org/conda-forge/plothist-utils +[conda-badge]: https://img.shields.io/conda/vn/conda-forge/plothist_utils?style=platic +[conda-link]: https://anaconda.org/conda-forge/plothist_utils ## Fonts