Add IPython.external to the package list.

This commit is contained in:
walter.doerwald 2006-11-03 17:50:22 +00:00
parent 1bcb3a2b5e
commit 0fc6fcf2a9

View File

@ -162,7 +162,7 @@ setup(name = name,
license = license,
platforms = platforms,
keywords = keywords,
packages = ['IPython', 'IPython.Extensions'],
packages = ['IPython', 'IPython.Extensions', 'IPython.external'],
scripts = scriptfiles,
cmdclass = {'install_data': install_data_ext},