ports/www/py-w3lib/files/patch-setup.py
Ruslan Makhmatkhanov 1ca7aab9be - update to 1.5
- convert to setuptools (following upstream change)
- update python version (works with 3.x via py-six)
- add staging
- use PYDISTUTILS_AUTOPLIST
2013-11-10 18:40:48 +00:00

8 lines
241 B
Python

--- ./setup.py.orig 2013-11-09 12:00:10.000000000 +0400
+++ ./setup.py 2013-11-10 22:16:19.000000000 +0400
@@ -24,4 +24,5 @@
'Topic :: Internet :: WWW/HTTP',
],
install_requires=['six >= 1.4.1'],
+ zip_safe = False,
)