Show More
@@ -107,6 +107,10 b' def find_packages():' | |||||
107 | add_package(packages, 'external') |
|
107 | add_package(packages, 'external') | |
108 | add_package(packages, 'gui') |
|
108 | add_package(packages, 'gui') | |
109 | add_package(packages, 'gui.wx') |
|
109 | add_package(packages, 'gui.wx') | |
|
110 | add_package(packages, 'frontend') | |||
|
111 | add_package(packages, 'frontend._process') | |||
|
112 | add_package(packages, 'frontend.wx') | |||
|
113 | add_package(packages, 'frontend.cocoa') | |||
110 | add_package(packages, 'kernel', config=True, tests=True, scripts=True) |
|
114 | add_package(packages, 'kernel', config=True, tests=True, scripts=True) | |
111 | add_package(packages, 'kernel.core', config=True, tests=True) |
|
115 | add_package(packages, 'kernel.core', config=True, tests=True) | |
112 | add_package(packages, 'testing', tests=True) |
|
116 | add_package(packages, 'testing', tests=True) | |
@@ -229,4 +233,4 b' def check_for_dependencies():' | |||||
229 | check_for_sphinx() |
|
233 | check_for_sphinx() | |
230 | check_for_pygments() |
|
234 | check_for_pygments() | |
231 | check_for_nose() |
|
235 | check_for_nose() | |
232 | check_for_pexpect() No newline at end of file |
|
236 | check_for_pexpect() |
General Comments 0
You need to be logged in to leave comments.
Login now