From 3178a24979e180bf76cab0879008c2301590bae9 2008-03-29 09:31:30 From: ldufrechou Date: 2008-03-29 09:31:30 Subject: [PATCH] Added gui and gui.wx to setup.py --- diff --git a/setup.py b/setup.py index a677ba8..025a5c6 100755 --- a/setup.py +++ b/setup.py @@ -170,7 +170,7 @@ setup(name = name, license = license, platforms = platforms, keywords = keywords, - packages = ['IPython', 'IPython.Extensions', 'IPython.external'], + packages = ['IPython', 'IPython.Extensions', 'IPython.external', 'IPython.gui', 'IPython.gui.wx'], scripts = scriptfiles, cmdclass = {'install_data': install_data_ext},