[pypy-commit] cffi default: Add zip_safe=False to avoid issues.
arigo
noreply at buildbot.pypy.org
Thu Sep 20 11:20:22 CEST 2012
Author: Armin Rigo <arigo at tunes.org>
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',
More information about the pypy-commit
mailing list