Show More
@@ -103,7 +103,7 def find_packages(): | |||
|
103 | 103 | Find all of IPython's packages. |
|
104 | 104 | """ |
|
105 | 105 | packages = ['IPython'] |
|
106 |
add_package(packages, 'config', tests=True, others=[' |
|
|
106 | add_package(packages, 'config', tests=True, others=['profile']) | |
|
107 | 107 | add_package(packages, 'core', tests=True) |
|
108 | 108 | add_package(packages, 'deathrow', tests=True) |
|
109 | 109 | add_package(packages, 'extensions') |
General Comments 0
You need to be logged in to leave comments.
Login now