Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added f2py2e -- not tested.
  • Loading branch information
teoliphant committed Sep 27, 2005
1 parent 571c53f commit 421cd80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scipy/setup.py
Expand Up @@ -6,6 +6,7 @@ def configuration(parent_package='',top_path=None):
config = Configuration('scipy',parent_package,top_path)
config.add_subpackage('distutils')
config.add_subpackage('weave')
config.add_subpackage('f2py2e')
config.add_subpackage('test')
config.add_subpackage('base')
config.add_subpackage('lib',os.path.join(config.local_path,'corelib'))
Expand Down

0 comments on commit 421cd80

Please sign in to comment.