Metadata-Version: 2.1
Name: hellodude
Version: 0.0.2
Summary: Say hello dude
Home-page: https://github.com/bla
Author: FooBar
Author-email: Foo@Bar.Car
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Say dude

## Usage:
Very simple!

```
from hellodude import say_hello

say_hello()
```

