1、 __init__.py
2、模块1 模块2
3、setup.py
from distutils.core import setup
setup(name='modules_name',version='1.0',description='modules_desc',author='author',py_modules=['模块1','模块2'])python setup.py buildpython setup.py sdistok