Metadata-Version: 2.1
Name: mtlibs
Version: 0.0.20230123035154
Summary: A small example package
Author-email: Example Author <author@example.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: ReportLab>=1.2 ; extra == "pdf"
Requires-Dist: RXP ; extra == "pdf"
Requires-Dist: docutils>=0.3 ; extra == "rest"
Requires-Dist: pack ==1.1, ==1.3 ; extra == "rest"
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Project-URL: Homepage, https://github.com/pypa/sampleproject
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.

## 安装构建工具

`python -m pip install --upgrade build`

## build

`python -m build`

## 安装上传工具

`pip install --upgrade twine`

## 上传

`python -m twine upload --repository testpypi dist/*`
`python -m twine upload --repository pypi dist/*`

## 安装开发版

`pip install --editable .`

