##// END OF EJS Templates
update changelog
vivainio -
Show More
@@ -1,3 +1,11
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 9 2007-05-17 Walter Doerwald <walter@livinglogic.de>
2 10
3 11 * IPython/Extensions/ipipe.py: Fix xrepr for ifiles.
@@ -85,7 +85,6 setup(name = name,
85 85 license = license,
86 86 platforms = platforms,
87 87 keywords = keywords,
88 packages = ['IPython', 'IPython.Extensions', 'IPython.external'],
89 88 console = ['ipython.py'],
90 89
91 90 # extra params needed for eggs
General Comments 0
You need to be logged in to leave comments. Login now