Metadata-Version: 2.1
Name: template-rmldist
Version: 0.2.0
Summary: This is the best Python package ever created!
Author: Jackson Rico
Author-email: jacksonrico@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# My first package

This is a fantastic package for Python.

it say *both* hello and goodbye.

## into the package folder

```zsh
poetry build
export PYPI_USERNAME=__token__
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
```

