Skip to content

Commit 1461a00

Browse files
authored
Updated setup.py
* Formatted.
1 parent a2f6b81 commit 1461a00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
author="Nianze A. TAO",
3939
author_email="Augus_1999@outlook.com",
4040
packages=["pypdfeditor_core", "pypdfeditor_core.icons"],
41-
package_dir={"pypdfeditor_core": "pypdfeditor_core", "pypdfeditor_core.icons": "pypdfeditor_core/icons"},
41+
package_dir={
42+
"pypdfeditor_core": "pypdfeditor_core",
43+
"pypdfeditor_core.icons": "pypdfeditor_core/icons",
44+
},
4245
license="MIT",
4346
python_requires=">=3.10",
4447
install_requires=["PyMuPDF>=1.26.5,<1.28.0", "PyQt6>=6.7.0"],

0 commit comments

Comments
 (0)