Metadata-Version: 2.1
Name: mtpylib
Version: 0.0.2
Summary: This is the SDK for example.
Home-page: http://example.com
Author: example
Author-email: author@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown

# mtpylib
自用python库


## 打包命令

```bash
python3 setup.py sdist bdist_wheel
```

## 发布命令
```bash
twine upload dist/*
```


