Lines Matching defs:bdist
1 """distutils.command.bdist
3 Implements the Distutils 'bdist' command (create a built [binary]
17 for format in bdist.format_commands:
19 bdist.format_command[format][1]))
24 class bdist(Command):
28 user_options = [('bdist-base=', 'b',
55 # The following commands do not take a format option from bdist
95 # "build/bdist.<plat>/dumb", "build/bdist.<plat>/rpm", etc.)
99 'bdist.' + self.plat_name)