Skip to content

Commit 663d740

Browse files
committed
Using zip_safe=False.
1 parent 5859eae commit 663d740

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
@@ -63,7 +63,8 @@ def walk_subpkg(name):
6363
'Programming Language :: Python :: 3.4',
6464
'License :: OSI Approved :: MIT License'],
6565
packages=['folium'],
66-
package_data=pkg_data)
66+
package_data=pkg_data,
67+
zip_safe=False)
6768

6869

6970
if sys.argv[-1] == 'publish':

0 commit comments

Comments
 (0)