Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sdistを使用して、次のコマンドでMANIFESTファイルを作成するたびに:
'python setup.py sdist --manifest-only'
端末は常にこのエラーメッセージを出力します。
エラー:オプション--manifest-認識されないだけ
理由がわからないので、助けを求めています。
私はあなたが使うと思います
from setuptools import setup
あなたのsetup.pyで?Setuptoolsはこのオプションをサポートしていないようです。私は標準のPythonの方法に固執し、以下を使用することを好みます。
from distutils.core import setup