Metadata-Version: 2.4
Name: my-own-library
Version: 0.1.0
Summary: A simple calculator library that adds two numbers
Author: The Cyber Gym
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# my-own-library

A simple Python calculator library that adds two numbers.

## Installation

```bash
pip install my-own-library
