Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r953:328cd3584c62
Date: 2012-09-20 11:20 +0200
http://bitbucket.org/cffi/cffi/changeset/328cd3584c62/

Log:    Add zip_safe=False to avoid issues.

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -83,6 +83,7 @@
     description='Foreign Function Interface for Python calling C code.',
     version='0.3',
     packages=['cffi'],
+    zip_safe=False,
 
     url='http://cffi.readthedocs.org',
     author='Armin Rigo, Maciej Fijalkowski',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to