blob: 0bc37f2ac67bea9b6e0aed789854462509ab2405 [file] [log] [blame] [view]
## Added preserve_path arg to install_data
The [[install_data]] function now has an optional argument `preserve_path`
that allows installing multi-directory data file structures that live
alongside source code with a single command.
This is also available in the specialized `py_installation.install_sources`
method.