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..cf7af46 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/*'