Metadata-Version: 2.1
Name: helloworldxiaoyanli
Version: 0.0.1
Summary: say hello!
Home-page: https://github.com/xiaoyanLi629
Author: Xiaoyan Li
Author-email: xiaoyanli629@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Hello World

This is an example project demonstrating how to publish a python module to PyPI.

```python
from helloworld import say_hello

# Generate "Hello, World!"
say_hello()

# Generate "Hello, Everybody!"
say_hello("Everybody")
```

