#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time    : 2022年8月6日 22:05
# @Author  : Lumo
# @Site    : Home
# @File    : setup.py
# @Software: PyCharm
# 安装build:py -m pip install --upgrade build
# 打包命令：py -m build
# 安装twine: py -m pip install --upgrade twine
# 上传命令：py -m twine upload --repository pypi dist/*
# 更新包：pip install --upgrade 包名称
# 包更新到指定版本：pip install --upgrade 包名称==版本号
# 更新pip：python -m pip install –upgrade pip
#
