Metadata-Version: 2.1
Name: gxr-py-pkg-template
Version: 0.0.1
Summary: description
Home-page: https://github.com/gxr404/py-pkg-template
Author: gxr404
Author-email: gxr40404@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# py-pkg-template

## desc

description

## 发布

1. 生成项目包 `python setup.py sdist bdist_wheel`
2. 上传包 `python -m twine upload dist/*` 
<!-- 3. `python -m twine upload --repository-url https://pypi.org/legacy/ dist/*` -->

