Metadata-Version: 2.1
Name: edutils
Version: 0.0.1.4
Summary: A small utils for Personal use
Home-page: https://github.com/pypa/sampleproject
Author: endlessday3
Author-email: endlessday3@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pymysql

# 给endlessday3个人使用的库
edlutils 

## 打包步骤
1. python3 -m pip install --upgrade setuptools wheel
2. python3 setup.py sdist bdist_wheel
3. python3 -m pip install --upgrade twine
4. python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

