feat: Update storage file handling and version to 0.3.0

This commit is contained in:
Don Harper 2026-04-26 23:14:18 -05:00
parent 51a1697c83
commit 26acd66467
4 changed files with 15 additions and 4 deletions

View file

@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: pen-tracker
Version: 0.2.0
Version: 0.3.0
Summary: A fountain pen collection tracker.
Author-email: Don Harper <don@donharper.org>
Requires-Python: >=3.8
@ -19,6 +19,12 @@ A simple fountain pen collection tracker.
pip install .
```
## Data Storage
Pen data is stored in `~/.local/share/pen-tracker/pens.csv` by default, following XDG Base Directory specification. The directory is created automatically if it doesn't exist.
You can override the location by setting the `PEN_TRACKER_CSV` environment variable.
## Usage
### CLI