ports/devel/py-ipdb/files/patch-setup.py
William Grzybowski 7291db28e4 devel/py-ipdb: IPython-enabled pdb
ipdb exports functions to access the IPython debugger, which features tab
completion, syntax highlighting, better tracebacks, better introspection with
the same interface as the pdb module.

WWW: https://github.com/gotcha/ipdb

PR:		ports/179564
Submitted by:	milki <milki rescomp.berkeley.edu>
2013-11-10 14:02:44 +00:00

11 lines
379 B
Python

--- setup.py.orig 2013-06-12 23:11:21.000000000 -0700
+++ setup.py 2013-06-12 23:11:32.000000000 -0700
@@ -41,7 +41,7 @@
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',