We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f6b81 commit 1461a00Copy full SHA for 1461a00
setup.py
@@ -38,7 +38,10 @@
38
author="Nianze A. TAO",
39
author_email="Augus_1999@outlook.com",
40
packages=["pypdfeditor_core", "pypdfeditor_core.icons"],
41
- package_dir={"pypdfeditor_core": "pypdfeditor_core", "pypdfeditor_core.icons": "pypdfeditor_core/icons"},
+ package_dir={
42
+ "pypdfeditor_core": "pypdfeditor_core",
43
+ "pypdfeditor_core.icons": "pypdfeditor_core/icons",
44
+ },
45
license="MIT",
46
python_requires=">=3.10",
47
install_requires=["PyMuPDF>=1.26.5,<1.28.0", "PyQt6>=6.7.0"],
0 commit comments