from distutils.core import setup setup(name='foobar', version='1.0', packages=[''], ). (The empty string stands for the root package.).
確定! 回上一頁