-
class InstallScripts(distutils.cmd.Command)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.InstallScripts'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- boolean_options = ['force']
- command_name = 'install_scripts'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- description = 'install scripts (Python or otherwise)'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- user_options = [('force', 'f', 'force installation (overwrite existing files)')]