Metadata-Version: 2.1
Name: ft-package-jlebre
Version: 0.0.1
Summary: A sample test package
Home-page: https://github.com/jlebre/42Python/P00/ex09/ft_package
Author: jlebre
Author-email: jlebre@student.42lisboa.com
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ft_package

**ft_package** is a simple Python package for demonstration purposes.

## Installation

You can install the package using:

```sh
pip install ft_package
```
