我们从Python开源项目中,提取了以下50个代码示例,用于说明如何使用wheel.tool()。
def main(): # needed for console script if __package__ == '': # To be able to run 'python wheel-0.9.whl/wheel': import os.path path = os.path.dirname(os.path.dirname(__file__)) sys.path[0:0] = [path] import wheel.tool sys.exit(wheel.tool.main())