##// END OF EJS Templates
update changelog
vivainio -
Show More
@@ -1,3 +1,11 b''
1 2007-05-23 Ville Vainio <vivainio@gmail.com>
2
3 * macro.py: %store uses __getstate__ properly
4
5 * exesetup.py: added new setup script for creating
6 standalone IPython executables with py2exe (i.e.
7 no python installation required).
8
1 2007-05-17 Walter Doerwald <walter@livinglogic.de>
9 2007-05-17 Walter Doerwald <walter@livinglogic.de>
2
10
3 * IPython/Extensions/ipipe.py: Fix xrepr for ifiles.
11 * IPython/Extensions/ipipe.py: Fix xrepr for ifiles.
@@ -85,7 +85,6 b' setup(name = name,'
85 license = license,
85 license = license,
86 platforms = platforms,
86 platforms = platforms,
87 keywords = keywords,
87 keywords = keywords,
88 packages = ['IPython', 'IPython.Extensions', 'IPython.external'],
89 console = ['ipython.py'],
88 console = ['ipython.py'],
90
89
91 # extra params needed for eggs
90 # extra params needed for eggs
General Comments 0
You need to be logged in to leave comments. Login now