Metadata-Version: 2.4
Name: my_investment-package
Version: 1.0.0
Summary: Descricao da sua lib my_investment
Home-page: https://github.com/tadrianonet/my_investment
Author: Matheus
Author-email: matheus@example.com
License: MIT
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: summary

# My_investment
A simple example library.
## Installation
```sh
pip install my_investment
```
## Usage
```python
from my_investment import hello_world
print(hello_world())
```
