diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bea145..15de6a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.3.0 hooks: - id: setup-cfg-fmt args: diff --git a/setup.cfg b/setup.cfg index e8beb25..8b45cf5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ author_email = asottile@umich.edu maintainer = Adam Johnson maintainer_email = me@adamj.eu license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers