class documentation

class install_scripts(orig.install_scripts): (source)

View In Hierarchy

Do normal script install, plus any egg_info wrapper scripts

Method initialize_options Undocumented
Method run Undocumented
Method write_script Write an executable file to the scripts directory
Instance Variable no_ep Undocumented
Method _install_ep_scripts Undocumented
def initialize_options(self): (source)

Undocumented

def run(self): (source)

Undocumented

def write_script(self, script_name, contents, mode='t', *ignored): (source)

Write an executable file to the scripts directory

Undocumented

def _install_ep_scripts(self): (source)

Undocumented