Metadata-Version: 2.1
Name: demo_pypi_publish_v1
Version: 0.1.0
Summary: A tiny demo package for learning PyPI publishing
Author: YYS
License: MIT
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

# demo_pypi_publish_yourname

A tiny demo package for learning how to publish on PyPI.

## Install

```bash
pip install demo_pypi_publish_v1
