diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-16 09:45:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-16 09:45:11 +0000 |
commit | f2ae340aa5fc69bc4f305365bfe7ad41cf5f4973 (patch) | |
tree | 10c69f11608df1ba4aa763602ad45e4748d0a6ce /setup.cfg | |
parent | Adding upstream version 3.3.2. (diff) | |
download | pre-commit-f2ae340aa5fc69bc4f305365bfe7ad41cf5f4973.tar.xz pre-commit-f2ae340aa5fc69bc4f305365bfe7ad41cf5f4973.zip |
Adding upstream version 3.3.3.upstream/3.3.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [metadata] name = pre_commit -version = 3.3.2 +version = 3.3.3 description = A framework for managing and maintaining multi-language pre-commit hooks. long_description = file: README.md long_description_content_type = text/markdown @@ -8,7 +8,7 @@ url = https://github.com/pre-commit/pre-commit author = Anthony Sottile author_email = asottile@umich.edu license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = License :: OSI Approved :: MIT License Programming Language :: Python :: 3 |