diff --git a/setup.py b/setup.py index fe9ab16e6dc5434b070c29bc17b00605146abe7d..76960817833291a3b511ca67a6720bc7933da098 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ setup( # This line is required for any distutils based packaging. packages = find_packages(), include_package_data = True, + zip_safe=False, # This line defines which packages should be installed when you "install" # this package. All packages that are mentioned here, but are not installed