We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://ld246.com/article/1650623107430
The text was updated successfully, but these errors were encountered:
from distutils.core import setup setup(name="hm message", # 包名 version="1.0", # 版本 description="itheima's发送和接收消息模块”, # 描述信息
long_description="完整的发送和接收消息模块",#完整描述信息authora="itheima",#作者 author_email="itheima(@itheima.com",#作者邮箱url="www.itheima.com",#主页py_modules=["hm_message.send_message","hm_message.receive_message"])有关字典参数的详细信息,可以参阅官方网站:https://docs.python.org/2/distutils/apiref.html2)构建模块python3 setup.py build3)生成发布压缩包python3 setup.py sdist注意:要制作哪个版本的模块,就使用哪个版本的解释器执行!
Sorry, something went wrong.
将上文整理成如图格式,在第5行输入"()",")"会跳到下一行去。
升级 Electron 和 highlight 后已经修复。
Vanessa219
No branches or pull requests
https://ld246.com/article/1650623107430
The text was updated successfully, but these errors were encountered: