基础DAY12-发布模块

 

from distutils.core import setup

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

 

 

posted @ 2019-08-27 07:58  才华配得上梦想  阅读(83)  评论(0编辑  收藏  举报