Metadata-Version: 2.1
Name: packagedraft
Version: 0.0.0
Summary: A small example package
Author-email: Juan Lima <nkhklkstksch@icloud.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Example Package

This is a simple example package. You can use [Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/) to write your content.

## test and build package 

```
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
```

create pyproject.toml
```
cd ../deployments/package/

python3 -m build
```

```
```

```
```

```
```

