Metadata-Version: 2.4
Name: simple-calcul
Version: 0.0.1
Summary: A simple calculator package
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/cal
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# cal

Simple calculator package for Python.

## Usage

```python
import cal

print(cal.add(2, 3))
