0cf666c696
- Add zip_safe=False to setup() (with files/patch-setup.py) - Add pkg-plist Buildlog@redports: http://goo.gl/X3Ah4 PR: ports/169856 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
8 lines
273 B
Python
8 lines
273 B
Python
--- ./setup.py.orig 2012-07-15 01:01:36.000000000 +1000
|
|
+++ ./setup.py 2012-07-15 01:01:49.000000000 +1000
|
|
@@ -30,4 +30,5 @@
|
|
'Programming Language :: Python',
|
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
|
],
|
|
+ zip_safe=False,
|
|
)
|