Skip to content

Commit 68a30f9

Browse files
authored
Update setup.py
1 parent b7c88ea commit 68a30f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def pillow_installed():
100100
pymodule['extrasrequires'] = extras_requires_dict
101101
pymodule['longdescription'] = 'PyUPC-EAN is a barcode library/module for Python. It supports the barcode formats upc-e, upc-a, ean-13, ean-8, ean-2, ean-5, itf14, codabar, code11, code39, code93, code128, code-128, and msi.'
102102
pymodule['platforms'] = 'OS Independent'
103-
pymodule['zipsafe'] = False
103+
pymodule['zipsafe'] = True
104104
# pymodule['pymodules'] = [y for x in os.walk("upcean") for y in glob.glob(os.path.join(x[0], '*.py'))];
105105
pymodule['pymodules'] = []
106106
pymodule['classifiers'] = [

0 commit comments

Comments
 (0)