Skip to content

Commit 2dc2909

Browse files
committed
Add packages libzim in setup.py
1 parent adb6802 commit 2dc2909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def get_long_description():
9393
python_requires='>=3.6',
9494

9595
# Content
96+
packages=["libzim"],
9697
ext_modules=cythonize([wrapper_extension],
9798
compiler_directives={"language_level": "3"}
9899
),
@@ -121,7 +122,7 @@ def get_long_description():
121122
"Intended Audience :: End Users/Desktop",
122123
"Intended Audience :: Information Technology",
123124
"Intended Audience :: System Administrators",
124-
125+
125126
"Programming Language :: Cython",
126127
"Programming Language :: Python :: 3",
127128
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)