Use py.install_source for data that should be accessable from an editable install
This commit is contained in:
parent
9f48884d10
commit
bd9b620e08
|
@ -27,8 +27,8 @@ py.extension_module(
|
|||
)
|
||||
|
||||
|
||||
install_data(
|
||||
py.install_sources(
|
||||
'POST9.dat',
|
||||
'POWV9.dat',
|
||||
install_dir: py.get_install_dir(pure: false) / 'coriolis'
|
||||
subdir: 'coriolis',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue