python - 包

 

 from . import send_message

 

 

 

 

 

 

 

 

 

 

 

from distutils.core import setup

setup(name='hm_message', # 包名
version='1.0', # 版本
description="shaoqing's 发送和接收消息模块", # 描述信息
long_description='完整的发送和接收消息模块', #完整描述信息
author='shaoqing', # 作者
author_email='shaoqing@shaoqing.com', # 作者邮箱
url='www.shaoqing.com', #主页
py_modules=["hm_message.send_message",
"hm_message.receive_message"])

 

posted @ 2022-07-11 16:46  晴朗Alisa  阅读(18)  评论(0)    收藏  举报