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