|
Static Public Attributes inherited from setuptools.command.easy_install.ScriptWriter |
tuple | template = textwrap.dedent(""" # EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r __requires__ = %(spec)r import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.exit( load_entry_point(%(spec)r, %(group)r, %(name)r)() )""") |
|
def setuptools.command.easy_install.WindowsScriptWriter._adjust_header |
( |
|
type_, |
|
|
|
orig_header |
|
) |
| |
|
staticprivate |
Make sure 'pythonw' is used for gui and and 'python' is used for
console (regardless of what sys.executable is).
def setuptools.command.easy_install.WindowsScriptWriter._get_script_args |
( |
|
cls, |
|
|
|
type_, |
|
|
|
name, |
|
|
|
header, |
|
|
|
script_text |
|
) |
| |
|
private |
def setuptools.command.easy_install.WindowsScriptWriter.get_writer |
( |
|
cls | ) |
|
Get a script writer suitable for Windows
The documentation for this class was generated from the following file:
Copyright 2014 Google Inc. All rights reserved.