From fb442f6dca846f25c4a2ae984f5109703f90a755 Mon Sep 17 00:00:00 2001 From: ldufrechou Date: Sat, 29 Mar 2008 10:31:30 +0100 Subject: [PATCH] Added gui and gui.wx to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a677ba821..025a5c624 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},