blob: ef1ba7b9ad8d0faaabb1a382d87586cdc33a0d94 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- ./setup.py.orig 2013-06-16 00:45:48.756665404 +1000
+++ ./setup.py 2013-06-16 00:45:58.696879511 +1000
@@ -12,4 +12,4 @@
url="http://github.com/tweepy/tweepy",
packages = find_packages(),
keywords= "twitter library",
- zip_safe = True)
+ zip_safe = False)
|