##// END OF EJS Templates
Attempt to make ipy gettable from svn repo through easy_install...
vivainio -
Show More
@@ -1,7 +1,7 b''
1 1 # -*- coding: utf-8 -*-
2 2 """Release data for the IPython project.
3 3
4 $Id: Release.py 1077 2006-01-24 18:15:27Z vivainio $"""
4 $Id: Release.py 1109 2006-01-30 20:11:07Z vivainio $"""
5 5
6 6 #*****************************************************************************
7 7 # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu>
@@ -25,7 +25,7 b" name = 'ipython'"
25 25
26 26 version = '0.7.2.svn'
27 27
28 revision = '$Revision: 1077 $'
28 revision = '$Revision: 1109 $'
29 29
30 30 description = "An enhanced interactive Python shell."
31 31
@@ -59,7 +59,12 b' Main features:'
59 59
60 60 * Easily embeddable in other Python programs.
61 61
62 * Integrated access to the pdb debugger and the Python profiler. """
62 * Integrated access to the pdb debugger and the Python profiler.
63
64 The latest development version is always available at
65 <a href="http://ipython.scipy.org/svn/ipython/ipython/trunk#egg=ipython-dev">
66 the IPython subversion repository</a>.
67 """
63 68
64 69 license = 'BSD'
65 70
General Comments 0
You need to be logged in to leave comments. Login now