Metadata-Version: 2.1
Name: mtlibs
Version: 0.0.308
Summary: A small example package
Author-email: Example Author <author@example.com>
License: BSD 3-Clause License
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: pdf
Provides-Extra: rest

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.


## 安装构建工具
`python3 -m pip install --upgrade build`

## build
`python3 -m build`

## 安装上传工具
`python3 -m pip install --upgrade twine`

## 上传
`python3 -m twine upload --repository testpypi dist/*`

## 安装开发版
`pip install --editable .`
