From c75d1a0dcf8ca43efb04038a75dd352c2442a802 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 10 Jun 2020 00:18:19 +0200 Subject: [PATCH] setup.py: reformat with black --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 806b4c2..dabbdda 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ setup( url="https://gitlab.mister-muffin.de/josch/plakativ", download_url="https://gitlab.mister-muffin.de/josch/plakativ/repository/" "archive.tar.gz?ref=" + VERSION, - py_modules=['plakativ'], - test_suite="tests.test_suite", + py_modules=["plakativ"], + test_suite="pytest", zip_safe=True, include_package_data=True, install_requires=["PyMuPDF", "img2pdf"],