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