Skip to content

Commit

Permalink
Add scons-local as a data_dir for distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Oct 30, 2007
1 parent 6c42ada commit fa6f149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/distutils/setupscons.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def configuration(parent_package='',top_path=None):
config.add_subpackage('scons')
config.add_subpackage('fcompiler')
config.add_data_dir('tests')
config.add_data_dir('scons-local')
config.add_data_files('site.cfg')
config.make_config_py()
return config
Expand Down

0 comments on commit fa6f149

Please sign in to comment.