Metadata-Version: 2.1
Name: zww_test_package
Version: 1.0.2
Summary: 测试代码调用
Author: Peter Zhao
Author-email: zhaowenweu@shinetechsoftware.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

### 使用说明

安装打包:
```sh
pip install -U setuptools wheel twine
```

使用打包命令
```sh
python setup.py sdist bdist_wheel
```

上传到PyPI:
```sh
twine upload --repository-url https://upload.pypi.org/legacy/  dist/*
```
