tools/install_data.py script

class install_data.install_data(dist: Distribution, **kw)[source]
finalize_options()[source]

Set final values for all options/attributes used by the command. Most of the time, each option/attribute/cache should only be set if it does not have any value yet (e.g. if self.attr is None: self.attr = val).