Skip to content

Commit

Permalink
Add subpackage _build_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Mensch committed Nov 5, 2015
1 parent 986fb60 commit 0c7812a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sklearn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def configuration(parent_package='', top_path=None):
config = Configuration('sklearn', parent_package, top_path)

config.add_subpackage('__check_build')
config.add_subpackage('_build_utils')
config.add_subpackage('svm')
config.add_subpackage('datasets')
config.add_subpackage('datasets/tests')
Expand Down

0 comments on commit 0c7812a

Please sign in to comment.