Skip to content

Commit

Permalink
Copy cppformat to the appropriate location
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed Apr 30, 2016
1 parent 4348122 commit 4fe950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def copy2(old, new):
for jsonfile in glob.glob(os.path.join('CoolProp','include','*_JSON.h')):
print('removing', jsonfile)
os.remove(jsonfile)
copytree(os.path.join(CProot, 'externals/cppformat/cppformat'), os.path.join('CoolProp','include','cppformat'))
copytree(os.path.join(CProot, 'externals/cppformat/cppformat'), os.path.join('CoolProp','include','externals','cppformat','cppformat'))
copy2(os.path.join(CProot, 'CoolPropBibTeXLibrary.bib'), os.path.join('CoolProp', 'CoolPropBibTeXLibrary.bib'))
print('files copied.')

Expand Down

0 comments on commit 4fe950a

Please sign in to comment.