开发者

sdist error: option --manifest-only not recognized

Everytime I use sdist to creat the MANIFEST file with the command:

'python setup.py sdist --manifest-only'

The terminal always outputs this error msg.

error: option --manifest-only not recognized

I d开发者_StackOverflow社区on't know why and am looking for help.


I guess you use

from setuptools import setup

in you setup.py ? Setuptools seems not to support this option. I prefer to stick to the standard Python way and use:

from distutils.core import setup
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜