Metadata-Version: 2.4
Name: montreal
Version: 0.1.0
Summary: A small python package
Project-URL: Homepage, https://github.com/yourusername/montreal
Project-URL: Bug Tracker, https://github.com/yourusername/montreal/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

# montreal

A minimal Python package.

## Installation

```bash
pip install montreal
```

## Usage

```python
import montreal
```
