##// END OF EJS Templates
Added gui and gui.wx to setup.py
ldufrechou -
Show More
@@ -170,7 +170,7 b' setup(name = name,'
170 170 license = license,
171 171 platforms = platforms,
172 172 keywords = keywords,
173 packages = ['IPython', 'IPython.Extensions', 'IPython.external'],
173 packages = ['IPython', 'IPython.Extensions', 'IPython.external', 'IPython.gui', 'IPython.gui.wx'],
174 174 scripts = scriptfiles,
175 175
176 176 cmdclass = {'install_data': install_data_ext},
General Comments 0
You need to be logged in to leave comments. Login now