Black run on the new version of setup.py

This commit is contained in:
benoit 2022-07-11 16:31:53 +02:00
parent 43cc4ac118
commit 726c1903d8

View file

@ -21,7 +21,7 @@ setup(
version=get_version(), version=get_version(),
author="Dalibo", author="Dalibo",
author_email="contact@dalibo.com", author_email="contact@dalibo.com",
packages=find_packages(include=['check_patroni*']), packages=find_packages(include=["check_patroni*"]),
include_package_data=True, include_package_data=True,
url="https://github.com/dalibo/check_patroni", url="https://github.com/dalibo/check_patroni",
license="PostgreSQL", license="PostgreSQL",