Commit 22b0776f authored by Marius Wachtler's avatar Marius Wachtler

update virtualenv to the one which always sets zip_safe=False

parent 14ea4c01
......@@ -19,15 +19,3 @@ index b9db3bb..2d24efc 100644
}
else {
PyObject *doc_attr;
diff --git a/setup.py b/setup.py
index cc8f3c1..d3f89f6 100755
--- a/setup.py
+++ b/setup.py
@@ -352,6 +352,7 @@ def setup_package():
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
test_suite='nose.collector',
cmdclass={"sdist": sdist_checked},
+ zip_safe=False,
)
if "--force" in sys.argv:
Subproject commit e715c2e4beec912248bcaa258b4dfd7c015a9273
Subproject commit 71fc0e0a25eaabd1671d0e49acaccf6b329306ce
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment