Metadata-Version: 2.1
Name: mymathpack
Version: 0.1
Summary: A simple math library with addition functionality.
Home-page: UNKNOWN
Author: Your Name
Author-email: your.email@example.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

# MyMathPack

`mymathpack` is a simple Python library that provides a function to add two numbers.

## Installation

```bash
pip install mymathpack


