Skip to content

Commit

Permalink
restore dtqp
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 7, 2023
1 parent 5f53424 commit e52769d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def build_extension(self, ext):
# Install the python sub-packages
print(sys.argv)
#for pkg in ['WISDEM','ROSCO','pCrunch','MoorPy','RAFT','dtqpy']:
for pkg in ['ROSCO']:
for pkg in ['ROSCO','dtqy']:
os.chdir(pkg)
if pkg in ['WISDEM']:
# This option runs `python setup.py install/develop` on each package
Expand Down

0 comments on commit e52769d

Please sign in to comment.