##// END OF EJS Templates
Add IPython.external to the package list.
walter.doerwald -
Show More
@@ -162,7 +162,7 b' setup(name = name,'
162 license = license,
162 license = license,
163 platforms = platforms,
163 platforms = platforms,
164 keywords = keywords,
164 keywords = keywords,
165 packages = ['IPython', 'IPython.Extensions'],
165 packages = ['IPython', 'IPython.Extensions', 'IPython.external'],
166 scripts = scriptfiles,
166 scripts = scriptfiles,
167
167
168 cmdclass = {'install_data': install_data_ext},
168 cmdclass = {'install_data': install_data_ext},
General Comments 0
You need to be logged in to leave comments. Login now