Metadata-Version: 2.4
Name: addtwo-Monu
Version: 0.1.2
Summary: Tiny package that adds two numbers
Author-email: Monu <you@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# addtwo

Tiny package to add two numbers.

Usage:

```py
from addtwo import add
print(add(2, 3))  # 5
