From 614fa9e90e1eea693c59537fb5b45d173efe28e8 Mon Sep 17 00:00:00 2001 From: fperez <> Date: Sun, 25 Dec 2005 00:57:24 +0000 Subject: [PATCH] - Fairly significant changes to include Vivian's patches for improved pdb support. Her original idea was kept in full, code reworked for compactness and better integration with the rest of ipython. - Added download_url arg to setup.py to support setuptools. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index de5a74614..971bd984f 100755 --- a/setup.py +++ b/setup.py @@ -133,6 +133,7 @@ setup(name = name, author = authors['Fernando'][0], author_email = authors['Fernando'][1], url = url, + download_url = download_url, license = license, platforms = platforms, keywords = keywords,