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},