first running version

This commit is contained in:
Yax 2025-09-13 17:15:46 +02:00
parent 62ad8686d9
commit b71ab8d8ae
4 changed files with 110 additions and 0 deletions

25
pyproject.toml Normal file
View file

@ -0,0 +1,25 @@
[project]
name = "caldav-reminder"
version = "1.0"
description = "CalDav Reminder"
readme = "README.md"
authors = [
{ name = "Yax" }
]
requires-python = ">=3.13.1"
dependencies = [
"caldav>=2.0.1",
"python-dotenv>=1.1.1",
]
[dependency-groups]
dev = [
]
[tool.setuptools]
[tool.setuptools.package-data]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"