Show More
@@ -115,6 +115,7 b' def find_packages():' | |||||
115 | add_package(packages, 'kernel', config=True, tests=True, scripts=True) |
|
115 | add_package(packages, 'kernel', config=True, tests=True, scripts=True) | |
116 | add_package(packages, 'kernel.core', config=True, tests=True) |
|
116 | add_package(packages, 'kernel.core', config=True, tests=True) | |
117 | add_package(packages, 'testing', tests=True) |
|
117 | add_package(packages, 'testing', tests=True) | |
|
118 | add_package(packages, 'testing.plugin', tests=False) | |||
118 | add_package(packages, 'tools', tests=True) |
|
119 | add_package(packages, 'tools', tests=True) | |
119 | add_package(packages, 'UserConfig') |
|
120 | add_package(packages, 'UserConfig') | |
120 | return packages |
|
121 | return packages |
General Comments 0
You need to be logged in to leave comments.
Login now