Metadata-Version: 2.1
Name: bottlenest
Version: 0.0.5
Summary: A small example package
Author-email: Giovanne Feitosa Afonso <giovanneafonso@gmail.com>
Project-URL: Homepage, https://github.com/giovannefeitosa/bottlenest
Project-URL: Bug Tracker, https://github.com/giovannefeitosa/bottlenest/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.

# Build and publish

1. Update pyproject.toml
2. Run `bash build.sh`

# Install

pip install bottlenest
or
pip install bottlenest==0.0.4

# Temporary test

Update the version inside the file below, and run it

[temptest.sh](./temptest.sh)

