summaryrefslogtreecommitdiff
path: root/devel/py-tox/files/patch-setup.py
blob: f6e0b063d07c4cc002cb02018ace6ef3a8328c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./setup.py.orig	2012-07-19 20:16:27.000000000 +1000
+++ ./setup.py	2012-07-19 20:16:36.000000000 +1000
@@ -44,7 +44,7 @@
         packages=['tox', ],
         entry_points={'console_scripts': 'tox=tox:cmdline'},
         install_requires=install_requires,
-        zip_safe=True,
+        zip_safe=False,
         classifiers=[
             'Development Status :: 5 - Production/Stable',
             'Intended Audience :: Developers',
@@ -60,4 +60,4 @@
     )
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()