forked from josch/plakativ
setup.py: reformat with black
This commit is contained in:
parent
2fef758417
commit
c75d1a0dcf
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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"],
|
||||
|
|
Loading…
Reference in a new issue