Files
notes-cleaner/pyproject.toml
T
Esa Kataja a2f88923ab Bump version to 0.9rc2
- Improved documentation with optimization levels
- Updated version history
- Fixed aspect ratio in PDF output
2024-12-03 23:02:44 +02:00

15 lines
261 B
TOML

[project]
name = "notes-cleaner"
version = "0.9rc2"
description = "Add your description here"
readme = "README.md"
license = "MIT"
authors = [
{ name = "Kessinen" }
]
requires-python = ">=3.12"
dependencies = [
"click>=8.1.7",
"pydantic>=2.10.3",
]