Metadata-Version: 2.1
Name: simple-tool-kit-ui
Version: 0.0.5
Summary: simple tool kit
Author-email: qiao <narutozbjp@hotmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 工具配置流程

制作中...

## 上传package

使用cd 进入pyproject.toml所在文件夹内

依次执行一下几个命令

```commandline
python -m build

twine check dist/*

twine upload dist/*
```
