- 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.
fperez 21 years ago
parent e7c9387f26
commit 614fa9e90e

@ -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,

Loading…
Cancel
Save