Metadata-Version: 2.1
Name: sum_num
Version: 0.1.4
Summary: A package for addition and multiplication
Home-page: https://github.com/subhamyadav580/python-test-package
Author: Shubham Yadav
Author-email: subhamyadav580@gmail.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

# My Package

A simple Mathematics package that do that addition and multiplication of two numbers.

## Installation

You can install the package using pip:

```bash
pip install sum_num
