Skip to content

Commit

Permalink
Include package constants in numscons build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Nov 5, 2008
1 parent 709cc8f commit 9091e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scipy/setupscons.py
Expand Up @@ -8,6 +8,7 @@ def configuration(parent_package='', top_path=None, setup_name='setupscons.py'):
config = Configuration(pkgname, parent_package, top_path,
setup_name = 'setupscons.py')
config.add_subpackage('cluster')
config.add_subpackage('constants')
config.add_subpackage('fftpack')
config.add_subpackage('integrate')
config.add_subpackage('interpolate')
Expand Down

0 comments on commit 9091e8f

Please sign in to comment.