ports/devel/py-ipdb/files/patch-setup.py
Dmitry Marakasov 0ca6ea107a - Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Regenerate patches with `make makepatch`
2016-01-24 15:31:19 +00:00

11 lines
350 B
Python

--- setup.py.orig 2015-06-03 09:21:14 UTC
+++ setup.py
@@ -48,7 +48,7 @@ setup(name='ipdb',
license='GPL',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
- zip_safe=True,
+ zip_safe=False,
test_suite='tests',
install_requires=[
'ipython >= 0.10',