Metadata-Version: 2.4
Name: hello-world-test-mh2
Version: 0.0.1
Summary: A tiny package that prints hello world.
Author-email: Your Name <you@example.com>
License: MIT
Keywords: hello,world,example
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# hello-world-sectest

A tiny package that prints `hello world`.

## Install

```bash
pip install hello-world-test-mh2
```

## Usage

```python
import hello_world
hello_world.main()
```

Or from the command line:

```bash
hello-world
```
