Inherits distutils::core::Command.
Public Member Functions | |
def | initialize_options |
def | finalize_options |
def | run |
Public Attributes | |
dir | |
slimpy_tools | |
Static Public Attributes | |
string | description = "install an automatially genarated slimproj manfile" |
list | user_options |
Definition at line 39 of file distutils_man.py.
def initialize_options | ( | self | ) |
Definition at line 53 of file distutils_man.py.
def finalize_options | ( | self | ) |
Definition at line 59 of file distutils_man.py.
def run | ( | self | ) |
Definition at line 64 of file distutils_man.py.
string description = "install an automatially genarated slimproj manfile" [static] |
Definition at line 42 of file distutils_man.py.
list user_options [static] |
Initial value:
[( 'dir=', 'd', "path to install man too" ), ( 'slimpy-tools=', None, "additional tools to include in man" ), ]
Definition at line 46 of file distutils_man.py.
Definition at line 54 of file distutils_man.py.
Definition at line 55 of file distutils_man.py.