Metadata-Version: 2.1
Name: flask-fuzhu
Version: 0.0.8
Summary: practice build package
Home-page: UNKNOWN
Author: littlx
Author-email: littlx@qq.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: flask

练习如何打包，请勿使用！！！

[教程](https://blog.51cto.com/u_13536788/3231179)

```bash
rm -r build dist *.egg-info/
python setup.py sdist bdist_wheel
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
```

