Metadata-Version: 2.4
Name: gyatModel2
Version: 0.1.2
Summary: A sample package that prints text file content
Author: Micheal Scofield
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: summary

# hello-world-lib

A simple Python package that prints "Hello, World!"

## Usage

```python
from hello_world_lib import say_hello

say_hello()
