Metadata-Version: 2.4
Name: aflaton
Version: 0.1.0
Summary: A small python package
Project-URL: Homepage, https://github.com/yourusername/aflaton
Project-URL: Bug Tracker, https://github.com/yourusername/aflaton/issues
Author-email: Your Name <your.email@example.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

# aflaton

A minimal Python package.

## Installation

```bash
pip install aflaton
```

## Usage

```python
import aflaton
```
