Metadata-Version: 2.1
Name: Hello-PyPI-I-am-TYF
Version: 1.0.0
Summary: A simple calculator package
Home-page: https://github.com/your-username/calculator
Author: TYF
Author-email: 2354971232@qq.com
License: UNKNOWN
Platform: UNKNOWN
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

# Calculator

一个简单的计算器包，用于演示如何创建和发布 Python 包到 PyPI。

## 安装

```bash
pip install calculator-your-username


