Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Jul 10, 2018
1 parent ce0d24a commit 5d3e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/externals/setup.py
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@
def configuration(parent_package='', top_path=None):
from numpy.distutils.misc_util import Configuration
config = Configuration('externals', parent_package, top_path)
config.add_subpackage('_joblib')
config.add_subpackage('joblib')

return config

0 comments on commit 5d3e768

Please sign in to comment.