From 752b017a964b47b6b12fb3653da8c53b6ef93f3b 2007-05-23 16:28:24 From: vivainio Date: 2007-05-23 16:28:24 Subject: [PATCH] update changelog --- diff --git a/doc/ChangeLog b/doc/ChangeLog index b22f37c..1b55dd6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2007-05-23 Ville Vainio + + * macro.py: %store uses __getstate__ properly + + * exesetup.py: added new setup script for creating + standalone IPython executables with py2exe (i.e. + no python installation required). + 2007-05-17 Walter Doerwald * IPython/Extensions/ipipe.py: Fix xrepr for ifiles. diff --git a/exesetup.py b/exesetup.py index 8803dd3..01b440f 100644 --- a/exesetup.py +++ b/exesetup.py @@ -85,7 +85,6 @@ setup(name = name, license = license, platforms = platforms, keywords = keywords, - packages = ['IPython', 'IPython.Extensions', 'IPython.external'], console = ['ipython.py'], # extra params needed for eggs