Metadata-Version: 2.4
Name: just4testlm
Version: 0.8.0
Summary: A hello world demo package
Author: lm
Author-email: lm@example.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Hello World Demo

A simple hello world package.

## Usage

```python
from hello_world import hello
hello()
```

Or run directly: `hello`
