Metadata-Version: 2.4
Name: adipypi_hello_world
Version: 0.1.0
Summary: A tiny package that says Hello, world!
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://example.com/adipypi_hello_world
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
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: flake8; extra == "dev"

# hello_world

A tiny package that says “Hello, world!”

## Installation

```bash
pip install hello_world
