Metadata-Version: 1.1
Name: zy-tools
Version: 0.0.7
Summary: this is a tool package for zy.
Home-page: https://github.com/pypa/sampleproject
Author: John
Author-email: zyq9233@163.com
License: MIT
Description: cd 到 setup.py 路径；分别执行以下两条命令
        # 将项目进行打包
        1、python3 setup.py sdist build
        # 将项目上传，输入下面命令后，会要求输入用户名和密码
        2、twine upload dist/*
Keywords: zy python package for list
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
