Metadata-Version: 2.1
Name: my_notes_package
Version: 0.1.0
Summary: A package that installs an ODT note template
Author-email: X <X@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# My Notes Package

A simple internal tool to install a notes template.

## Installation
```bash
pip install .
```

## Usage
```bash
install-my-notes
```
This will copy `notes.odt` to `~/Documents/my_notes_package/`.
