Metadata-Version: 2.1
Name: simplepackageEx
Version: 0.0.1
Summary: A simple arithmetic package
Home-page: https://github.com/myusername/simplepackage
Author: MyName
Author-email: myemail@example.com
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
License-File: LICENSE

# SimplePackageEx

SimplePackageEx is a basic Python package that provides simple arithmetic functions.

## Installation

```sh
pip install simplepackageEx
