diff --git a/setup.py b/setup.py index d6dfafb7..c3e304f0 100644 --- a/setup.py +++ b/setup.py @@ -72,4 +72,5 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", ], + zip_safe=False, )