8000 Include the vendored subpackages in the setup.py · scikit-learn/scikit-learn@3e0916c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e0916c

Browse files
committed
Include the vendored subpackages in the setup.py
1 parent e25ad51 commit 3e0916c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sklearn/externals/setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ def configuration(parent_package='', top_path=None):
55
from numpy.distutils.misc_util import Configuration
66
config = Configuration('externals', parent_package, top_path)
77
config.add_subpackage('joblib')
8+
config.add_subpackage('joblib/externals')
9+
config.add_subpackage('joblib/externals/loky')
10+
config.add_subpackage('joblib/externals/loky/backend')
11+
config.add_subpackage('joblib/externals/cloudpickle')
812

913
return config

0 commit comments

Comments
 (0)
0