diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-10 14:27:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:32:50 +0000 |
commit | 35f0c72f09eaa652cb468ed1b4ad7c707ed83c5e (patch) | |
tree | c0257364c514cb1c845d82e34a6e5dd9b1fc28c3 /setup.cfg | |
parent | Releasing debian version 2.11.1-1. (diff) | |
download | pre-commit-35f0c72f09eaa652cb468ed1b4ad7c707ed83c5e.tar.xz pre-commit-35f0c72f09eaa652cb468ed1b4ad7c707ed83c5e.zip |
Merging upstream version 2.12.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ [metadata] name = pre_commit -version = 2.11.1 +version = 2.12.0 description = A framework for managing and maintaining multi-language pre-commit hooks. long_description = file: README.md long_description_content_type = text/markdown @@ -33,6 +33,11 @@ install_requires = importlib-resources;python_version<"3.7" python_requires = >=3.6.1 +[options.packages.find] +exclude = + tests* + testing* + [options.entry_points] console_scripts = pre-commit = pre_commit.main:main @@ -45,11 +50,6 @@ pre_commit.resources = empty_template_* hook-tmpl -[options.packages.find] -exclude = - tests* - testing* - [bdist_wheel] universal = True |