1
0
Fork 0
forked from josch/plakativ

setup.py: reformat with black

This commit is contained in:
Johannes 'josch' Schauer 2020-06-10 00:18:19 +02:00
parent 2fef758417
commit c75d1a0dcf
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

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