Metadata-Version: 2.4
Name: pollyweb
Version: 0.1.0
Summary: A sample Python package for PyPI.
Author: jorgemf
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
Dynamic: requires-python

# pollyweb

A sample Python package for PyPI.

## Usage

```
from pollyweb import hello
print(hello())
```
