setup.py: reformat with black

main
parent 2fef758417
commit c75d1a0dcf
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

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

Loading…
Cancel
Save