dumbremind/pyproject.toml

20 lines
No EOL
358 B
TOML

[project]
name = "dumbremind"
version = "1.0"
description = "Dumb Remind"
readme = "README.md"
authors = [
{ name = "Yax" }
]
requires-python = ">=3.13.1"
dependencies = [
"caldav>=2.0.1",
"python-dotenv>=1.1.1",
]
[project.scripts]
dumbremind = "dumbremind:main"
[build-system]
requires = ["uv_build>=0.8.17,<0.9.0"]
build-backend = "uv_build"