From 35f0c72f09eaa652cb468ed1b4ad7c707ed83c5e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 10 Apr 2021 16:27:54 +0200 Subject: Merging upstream version 2.12.0. Signed-off-by: Daniel Baumann --- setup.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index a14e95d..b336e58 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- cgit v1.2.3