Metadata-Version: 2.1
Name: simple-math_zhou_example
Version: 0.1.0
Summary: 一个简单的数学计算包示例
Author-email: rtc2475592453 <18817223083@163.com>
License: MIT
Project-URL: Homepage, https://github.com/example/simple-math_zhou_package
Keywords: math,calculator,example
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Simple Math Package

一个简单的数学计算包示例，用于演示PyPI包发布。

## 功能

- 加法运算
- 乘法运算  
- 阶乘计算

## 安装

```bash
pip install simple-math-example
