Metadata-Version: 2.1
Name: common_lib_zxwqxtu
Version: 0.0.3
Summary: A small example package
Author-email: zxwqxtu <zxwqxtu@outlook.com>
Project-URL: Homepage, https://github.com/zxwqxtu/common_lib_py
Project-URL: Issues, https://github.com/zxwqxtu/common_lib_py/issues
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
License-File: LICENSE

# Example Package

This is a simple example package.

# 打包到pypi.org
[学习教程](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

# github markdown
[GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)

# 学习步骤
## Generating distribution archives
1. python3 -m pip install --upgrade build
2. python3 -m build

## Uploading distribution files to PyPI
1. python3 -m pip install --upgrade twine
2. python3 -m twine upload --repository testpypi dist/*

## python setup install 安装
1. cd src
2. python setup install 
