diff --git a/setup.py b/setup.py index eb4d1b9a5..3479aaaa7 100644 --- a/setup.py +++ b/setup.py @@ -133,4 +133,5 @@ setup(name='allmydata-tahoe', # Extension("allmydata.Crypto.PublicKey._fastmath", # sources=["src/allmydata/Crypto/_fastmath.c"]), ], + zip_safe=False, # We prefer unzipped for easier access. )