Metadata-Version: 2.4
Name: ryomath_demo
Version: 0.1.0
Summary: Demo package for PyPI publish
Author-email: Your Name <your.email@example.com>
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ryomath_demo

A minimal multiplication package demo for PyPI.

## Usage

from ryomath_demo import multiply
print(multiply(5, 7))
