Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/octocheese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: domdfcoding/octocheese@master
with:
pypi_name: "domdf_python_tools"
pypi_name: "domdf-python-tools"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
if: startsWith(github.ref, 'refs/tags/') != true
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@ domdf_python_tools
:target: https://www.codefactor.io/repository/github/domdfcoding/domdf_python_tools
:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf_python_tools
:target: https://pypi.org/project/domdf_python_tools/
.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf-python-tools
:target: https://pypi.org/project/domdf-python-tools/
:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf_python_tools?logo=python&logoColor=white
:target: https://pypi.org/project/domdf_python_tools/
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf-python-tools?logo=python&logoColor=white
:target: https://pypi.org/project/domdf-python-tools/
:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf_python_tools
:target: https://pypi.org/project/domdf_python_tools/
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf-python-tools
:target: https://pypi.org/project/domdf-python-tools/
:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf_python_tools
:target: https://pypi.org/project/domdf_python_tools/
.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf-python-tools
:target: https://pypi.org/project/domdf-python-tools/
:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf-python-tools?logo=anaconda
Expand Down Expand Up @@ -111,8 +111,8 @@ domdf_python_tools
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf_python_tools
:target: https://pypistats.org/packages/domdf_python_tools
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf-python-tools
:target: https://pypistats.org/packages/domdf-python-tools
:alt: PyPI - Downloads

.. end shields
Expand Down
10 changes: 5 additions & 5 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@ domdf_python_tools
:alt: CodeFactor Grade

.. |pypi-version| pypi-shield::
:project: domdf_python_tools
:project: domdf-python-tools
:version:
:alt: PyPI - Package Version

.. |supported-versions| pypi-shield::
:project: domdf_python_tools
:project: domdf-python-tools
:py-versions:
:alt: PyPI - Supported Python Versions

.. |supported-implementations| pypi-shield::
:project: domdf_python_tools
:project: domdf-python-tools
:implementations:
:alt: PyPI - Supported Implementations

.. |wheel| pypi-shield::
:project: domdf_python_tools
:project: domdf-python-tools
:wheel:
:alt: PyPI - Wheel

Expand Down Expand Up @@ -119,7 +119,7 @@ domdf_python_tools
:alt: Maintenance

.. |pypi-downloads| pypi-shield::
:project: domdf_python_tools
:project: domdf-python-tools
:downloads: month
:alt: PyPI - Downloads

Expand Down
2 changes: 1 addition & 1 deletion doc-source/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ License
.. license-info:: MIT

.. license::
:py: domdf_python_tools
:py: domdf-python-tools
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "hatch-requirements-txt",]
build-backend = "hatchling.build"

[project]
name = "domdf_python_tools"
name = "domdf-python-tools"
version = "3.10.0"
description = "Helpful functions for Python 🐍 🛠️"
readme = "README.rst"
Expand Down Expand Up @@ -143,6 +143,7 @@ python-implementations = [ "CPython", "PyPy",]
platforms = [ "Windows", "macOS", "Linux",]
license-key = "MIT"
additional-files = [ "include domdf_python_tools/google-10000-english-no-swears.txt",]
package = "domdf_python_tools"

[tool.mypy]
python_version = "3.9"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ commands =
basepython = python3.9
changedir = {toxinidir}
ignore_errors = True
skip_install = False
skip_install = True
deps =
flake8>=3.8.2,<5
flake8-2020>=1.6.0
Expand Down
Loading