4
매번 나는 sdist를 사용하여 MANIFEST 파일을 다음 명령으로 작성합니다.sdist 오류 : 옵션 --manifest-only not recognized
'python setup.py sdist --manifest-only'
터미널은 항상이 오류 메시지를 출력합니다.
error: option --manifest-only not recognized
왜 그런지 모르겠으며 도움을 찾고 있습니다.
놀라운 !!! 당신 말이 맞아요. distutils 대신 setuptools를 사용하고 있지만 setuptools는 기존 MANIFEST 파일 대신 SOURCES.txt를 생성합니다. 많은 감사합니다 !! – higery
관련 항목 : setuptools vs distutils http://stackoverflow.com/questions/25337706/setuptools-vs-distutils-why-is-distutils-still-a-thing – guettli