Skip to content

Commit

Permalink
making setup a little more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Aug 21, 2020
1 parent 82848b0 commit 460ef1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ def build_extension(self, ext):
url = 'https://github.com/WISDEM/WEIS',
install_requires = ['openmdao>=3.0','numpy','scipy','pandas','simpy','marmot-agents'],
classifiers = [_f for _f in CLASSIFIERS.split('\n') if _f],
package_dir = {'wisdem':'WISDEM/wisdem','rosco_toolbox':'ROSCO_toolbox/ROSCO_toolbox'},
package_dir = {'wisdem':'WISDEM/wisdem',
'rosco_toolbox':'ROSCO_toolbox/ROSCO_toolbox'}, # weis doesn't need special directions
packages = weis_pkgs + wisdem_pkgs + roscotools_pkgs,
python_requires = '>=3.6',
license = 'Apache License, Version 2.0',
Expand Down

0 comments on commit 460ef1d

Please sign in to comment.