Metadata-Version: 2.4
Name: hello-release-studio
Version: 0.1.0
Summary: A tiny sample package to test PyPI Release Studio
Author: Sample Author
License: MIT
Project-URL: Homepage, https://example.com/hello-release-studio
Keywords: example,hello,release,studio
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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-release-studio

This is a tiny sample package to test building, verifying, and publishing with **PyPI Release Studio**.

## Usage
```bash
python -m pip install hello-release-studio
hello-studio
```
