from distutils.core import setup setup(name='foo', version='1.0', py_modules=['foo'], ). 배포판의 이름은 name 옵션으로 독립적으로 지정되며, 배포판의 유일한 ...
確定! 回上一頁