mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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>
11 lines
379 B
Python
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',
|