Merge pull request #14 from blogh/black_setup_py

Black run on the new version of setup.py
This commit is contained in:
Benoit 2022-07-11 16:32:51 +02:00 committed by GitHub
commit 8fd2d37772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",