Searched refs:install_data (Results 1 – 7 of 7) sorted by relevance
7 from distutils.command.install_data import install_data18 cmd = install_data(dist)
66 check_path(cmd.install_data, destination)
25 the subcommands :command:`install_lib`, :command:`install_data` and34 :command:`install_data`
1938 :mod:`distutils.command.install_data` --- Install data files from a package1941 .. module:: distutils.command.install_data
14 class install_data(Command): class
188 self.install_data = None408 self.install_data is None):
39 import distutils.command.install_data