diff --git a/setup.py b/setup.py index edce534..f6c0408 100644 --- a/setup.py +++ b/setup.py @@ -32,5 +32,6 @@ setup( 'Programming Language :: Python :: 3.3', 'Topic :: Software Development :: Libraries :: Python Modules', ], + zip_safe=False, )