-
class BDist(distutils.command.bdist.bdist)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.BDist'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- command_name = 'bdist'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- format_command = {'bztar': ('bdist_dumb', "bzip2'ed tar file"), 'gztar': ('bdist_dumb', "gzip'ed tar file"), 'inno': ('bdist_inno', 'Windows InnoSetup installer'), 'rpm': ('bdist_rpm', 'RPM distribution'), 'tar': ('bdist_dumb', 'tar file'), 'wininst': ('bdist_wininst', 'Windows executable installer'), 'zip': ('bdist_dumb', 'ZIP file'), 'ztar': ('bdist_dumb', 'compressed tar file')}