1 Star 0 Fork 0

TianCiwang/mppm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 213 Bytes
一键复制 编辑 原始数据 按行查看 历史
TianCiwang 提交于 2023-07-20 16:38 . add uninstall function
publish:
python setup.py sdist bdist_wheel
@read -p "Do you want to upload the package to PyPI? (y/n) " answer; \
if [ "$$answer" == "y" ] ;then \
twine upload dist/*; \
fi
rm -fr build dist mppm.egg-info
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/TianCiwang/mppm.git
git@gitee.com:TianCiwang/mppm.git
TianCiwang
mppm
mppm
master

搜索帮助