diff --git a/setup.py b/setup.py index 7e06bcabd..ffa53671b 100644 --- a/setup.py +++ b/setup.py @@ -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',