Skip to content

Commit

Permalink
Don't try to install IPython.config.default (no longer there).
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver authored and minrk committed Jun 20, 2011
1 parent a80225e commit 10dfc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 10dfc1c

Please sign in to comment.