first running version
This commit is contained in:
parent
62ad8686d9
commit
b71ab8d8ae
4 changed files with 110 additions and 0 deletions
25
pyproject.toml
Normal file
25
pyproject.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue