Metadata-Version: 2.1
Name: first_package_airton2junior
Version: 0.0.1
Summary: My first package
Home-page: https://github.com/Airton2Junior/FirstPackage.git
Author: AIRTON JUNIOR
Author-email: airton2junior@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# package_name

Description. 
The package first_package_airton2junior is used to:
	- soma
	- subtracao

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install first_package_airton2junior

```bash
pip install fist_package_airton2junior
```

## Usage

```python
from first_package import soma	
soma.soma()
```

## Author
AIRTON JUNIOR

## License
[MIT](https://choosealicense.com/licenses/mit/)
