Metadata-Version: 2.1
Name: simplemath4test
Version: 0.1.0
Summary: A simple math operations library
Home-page: https://github.com/yourusername/simplemath4test
Author: Your Name
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# SimpleMath

SimpleMath4test is a simple Python library for performing basic arithmetic operations, such as addition and subtraction. This project is designed to provide a basic example of creating a Python library and packaging it for PyPI.

## Features

- **Addition**: Easily add two numbers.
- **Subtraction**: Subtract one number from another.

## Installation

You can install SimpleMath using `pip`:

```bash
pip install simplemath4test


