Skip to content

Commit

Permalink
Add checkers subpackage in distutils.scons
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Oct 30, 2007
1 parent fa6f149 commit 8c1e7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/distutils/scons/setup.py
Expand Up @@ -4,6 +4,7 @@ def configuration(parent_package='',top_path=None):
from numpy.distutils.misc_util import Configuration
config = Configuration('scons',parent_package,top_path)
config.add_subpackage('tools')
config.add_subpackage('checkers')
config.add_data_dir('tests')
return config

Expand Down

0 comments on commit 8c1e7c9

Please sign in to comment.