From 726c1903d8f05ed0560f95be860721baeb0cd8ce Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 11 Jul 2022 16:31:53 +0200 Subject: [PATCH] Black run on the new version of setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d8bb67..7aaf56c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( version=get_version(), author="Dalibo", author_email="contact@dalibo.com", - packages=find_packages(include=['check_patroni*']), + packages=find_packages(include=["check_patroni*"]), include_package_data=True, url="https://github.com/dalibo/check_patroni", license="PostgreSQL",