from distutils.core import setup
setup(name='hello',
      version='1.0',
      description='test example',
      author='test',
      py_modules=['hello'])

 

相关文章: