Metadata-Version: 2.1
Name: primeiropacotepypi_10_22
Version: 0.0.1
Summary: Repositório para teste de publicação de pacote no PyPI
Home-page: https://github.com/marco-112358/primeiropacotepypi_10_22
Author: Marco Aurélio
Author-email: marcoaurelioandrade4@gmail.com
License: MIT License
Keywords: Pacote
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# primeiropacotepypi_10_22
Example of PyPI package.
## Getting Started
#### Dependencies
You need Python 3.7 or later to use **primeiropacotepypi_10_22**. You can find it at [python.org](https://www.python.org/).
You also need setuptools, wheel and twine packages, which is available from [PyPI](https://pypi.org). If you have pip, just run:
```
pip install setuptools
pip install wheel
pip install twine
```
#### Installation
Clone this repo to your local machine using:
```
git clone https://github.com/marco-112358/primeiropacotepypi_10_22.git
```
## Features
- File structure for PyPI packages
- Setup with package informations
- License example

