GCEL / ILAMB

(This is the GCEL development fork of ILAMB - it is not intended to replace the ornl bitbucket site which should be referred to first.)
2 stars 1 forks source link

Fix setup script #1

Closed dvalters closed 6 years ago

dvalters commented 6 years ago

Fixes the issue where if you try to pip install -e . in the packages_dir, it fails to set the path correctly when

packages_dir = {'ILAMB': 'src/ILAMB'}

It should be:

packages_dir = {'': 'src'}