生成蟒蛇蛋而不是轮子

时间:2016-05-21 13:22:12

标签: python egg python-wheel

我使用此命令成功创建了一个python egg:

python setup.py bdist -d C:\ temp

我已经配置了setup.cfg,maniteft.in,description.rst以及其他所有内容。

当我运行bdist命令时,我得到了一个:

enter image description here

但是,我不想创建一个egg文件...我想创建一个* .whl文件。

我做错了什么?

1 个答案:

答案 0 :(得分:2)

我找到了答案!

命令是:

python setup.py bdist_wheel -d C:\ temp