Use py.install_source for data that should be accessable from an editable install

This commit is contained in:
Rob Taylor 2023-10-14 16:09:02 +01:00 committed by Rob Taylor
parent 9f48884d10
commit bd9b620e08
1 changed files with 2 additions and 2 deletions

View File

@ -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',
)