Show More
@@ -191,7 +191,7 b' class IPythonCrashHandler(CrashHandler):' | |||||
191 | def __init__(self,IP): |
|
191 | def __init__(self,IP): | |
192 |
|
192 | |||
193 | # Set here which of the IPython authors should be listed as contact |
|
193 | # Set here which of the IPython authors should be listed as contact | |
194 |
AUTHOR_CONTACT = ' |
|
194 | AUTHOR_CONTACT = 'Fernando' | |
195 |
|
195 | |||
196 | # Set argument defaults |
|
196 | # Set argument defaults | |
197 | app_name = 'IPython' |
|
197 | app_name = 'IPython' |
@@ -2,8 +2,8 b'' | |||||
2 | """Release data for the IPython project.""" |
|
2 | """Release data for the IPython project.""" | |
3 |
|
3 | |||
4 | #***************************************************************************** |
|
4 | #***************************************************************************** | |
5 | # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu> |
|
5 | # Copyright (C) 2008-2009 The IPython Development Team | |
6 | # |
|
6 | # Copyright (C) 2001-2008 Fernando Perez <fperez@colorado.edu> | |
7 | # Copyright (c) 2001 Janko Hauser <jhauser@zscout.de> and Nathaniel Gray |
|
7 | # Copyright (c) 2001 Janko Hauser <jhauser@zscout.de> and Nathaniel Gray | |
8 | # <n8gray@caltech.edu> |
|
8 | # <n8gray@caltech.edu> | |
9 | # |
|
9 | # | |
@@ -21,7 +21,7 b" name = 'ipython'" | |||||
21 | # bdist_deb does not accept underscores (a Debian convention). |
|
21 | # bdist_deb does not accept underscores (a Debian convention). | |
22 |
|
22 | |||
23 | development = False # change this to False to do a release |
|
23 | development = False # change this to False to do a release | |
24 |
version_base = '0.10 |
|
24 | version_base = '0.10' | |
25 | branch = 'ipython' |
|
25 | branch = 'ipython' | |
26 | revision = '1188' |
|
26 | revision = '1188' | |
27 |
|
27 | |||
@@ -100,7 +100,7 b' site <http://launchpad.net/ipython>`_.' | |||||
100 |
|
100 | |||
101 | license = 'BSD' |
|
101 | license = 'BSD' | |
102 |
|
102 | |||
103 |
authors = {'Fernando' : ('Fernando Perez','fperez |
|
103 | authors = {'Fernando' : ('Fernando Perez','fperez.net@gmail.com'), | |
104 | 'Janko' : ('Janko Hauser','jhauser@zscout.de'), |
|
104 | 'Janko' : ('Janko Hauser','jhauser@zscout.de'), | |
105 | 'Nathan' : ('Nathaniel Gray','n8gray@caltech.edu'), |
|
105 | 'Nathan' : ('Nathaniel Gray','n8gray@caltech.edu'), | |
106 | 'Ville' : ('Ville Vainio','vivainio@gmail.com'), |
|
106 | 'Ville' : ('Ville Vainio','vivainio@gmail.com'), |
General Comments 0
You need to be logged in to leave comments.
Login now