8000 Update setup.py · scikit-learn/scikit-learn@5d3e768 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d3e768

Browse files
committed
Update setup.py
1 parent ce0d24a commit 5d3e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/externals/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
def configuration(parent_package='', top_path=None):
55
from numpy.distutils.misc_util import Configuration
66
config = Configuration('externals', parent_package, top_path)
7-
config.add_subpackage('_joblib')
7+
config.add_subpackage('joblib')
88

99
return config

0 commit comments

Comments
 (0)
0