Don't try to install IPython.config.default (no longer there).

Thomas Kluyver 15 years ago committed by MinRK
parent 713a71343e
commit 8a91843dd3

@ -103,7 +103,7 @@ def find_packages():
Find all of IPython's packages.
"""
packages = ['IPython']
add_package(packages, 'config', tests=True, others=['default','profile'])
add_package(packages, 'config', tests=True, others=['profile'])
add_package(packages, 'core', tests=True)
add_package(packages, 'deathrow', tests=True)
add_package(packages, 'extensions')

Loading…
Cancel
Save