from distutils.core import setup setup(name='foo', version='1.0', py_modules=['foo'], ). Note that the name of the distribution is specified ...
確定! 回上一頁