diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1631ba3..01594c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,6 @@ repos: - id: check-docstring-first - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 - hooks: - - id: setup-cfg-fmt - repo: https://github.com/PyCQA/flake8 rev: 7.0.0 hooks: diff --git a/setup.cfg b/setup.cfg index 657e448..3daeddc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = yt_napari +name = yt-napari description = A napari plugin for loading data from yt long_description = file: README.md long_description_content_type = text/markdown