Metadata-Version: 2.4
Name: myfirstpkg_txb
Version: 0.0.3
Summary: 一个测试用的 Python 包
Home-page: https://github.com/tongxiaobin/myfirstpkg
Author: tongxiaobin
Author-email: 1344184686@qq.com
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
Dynamic: license-file

# myfirstpkg
一个简单的 Python 测试包

## 安装
pip install myfirstpkg

## 使用
from myfirstpkg import hello
print(hello())
