Skip to content

Commit

Permalink
Use valid path for install_data.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Nov 24, 2019
1 parent 8862e8c commit dd0f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def my_init_posix():
ext_modules = [Extension("QuantLib._QuantLib",
["QuantLib/quantlib_wrap.cpp"])
],
data_files = [('share/doc/quantlib/', ['../LICENSE.TXT'])],
data_files = [('share/doc/quantlib', ['../LICENSE.TXT'])],
cmdclass = {'test': test,
'wrap': my_wrap,
'build': my_build,
Expand Down

0 comments on commit dd0f338

Please sign in to comment.