Skip to content

Commit 4506a7e

Browse files
committed
Update setup.py
1 parent e2bfdb5 commit 4506a7e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,32 @@ def run(self):
3030
"openjp2",
3131
"harfbuzz",
3232
]
33+
3334
ARCH_LINUX = DEFAULT + [
3435
"jbig2dec",
3536
"openjp2",
3637
"jpeg",
3738
"freetype",
3839
"gumbo",
3940
]
41+
4042
NIX = ARCH_LINUX + [
4143
"harfbuzz",
4244
]
45+
4346
OPENSUSE = NIX + [
4447
"png16",
4548
]
49+
4650
DEBIAN = OPENSUSE + [
4751
"mujs",
4852
]
53+
4954
FEDORA = NIX + [
5055
"leptonica",
5156
"tesseract",
5257
]
58+
5359
LIBRARIES = {
5460
"default": DEFAULT,
5561
"ubuntu": DEFAULT,
@@ -181,7 +187,7 @@ def load_libraries():
181187

182188
setup(
183189
name="PyMuPDF",
184-
version="1.19.1",
190+
version="1.19.2",
185191
description="Python bindings for the PDF toolkit and renderer MuPDF",
186192
long_description=readme,
187193
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)