Metadata-Version: 2.4
Name: packagehelloworld
Version: 0.1.4
Summary: A simple hello world Python package.
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# How to use

from packagehelloworld.main import hello

hello()
