summaryrefslogtreecommitdiff
path: root/databases/pymongo/files/patch-setup.py
blob: 6374cff32c213b34eec16fdf6861d02c1b926a18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2013-05-26 10:11:36.000000000 +0000
+++ setup.py	2013-05-26 11:26:48.000000000 +0000
@@ -289,6 +289,7 @@
     features=features,
     license="Apache License, Version 2.0",
     tests_require=["nose"],
+    zip_safe=False,
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Intended Audience :: Developers",