Metadata-Version: 2.4
Name: simple_adder_nagaraju1901
Version: 1.0.0
Summary: A simple package to add two numbers.
Author-email: Vandanapu NagaRaju <vandanapu.raju@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12.8
Description-Content-Type: text/markdown

# Simple Adder

A simple Python package that adds two numbers together.

## Installation

```bash
pip install simple_adder_nagaraju1901

