Metadata-Version: 2.4
Name: number-adder
Version: 0.1.0
Summary: A simple CLI tool that adds two numbers
Author-email: Your Name <you@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# number-adder

A simple CLI tool that adds two numbers.

## Installation

```bash
pip install number-adder
```

## Usage

```bash
number-adder 5 7
# Output: 12.0
```
