Add db backup task

Close #2
This commit is contained in:
2025-10-28 10:57:41 +01:00
parent 994624af46
commit a7d6d45a78
4 changed files with 30 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "meal-manager"
version = "0.1.0"
version = "0.2.0"
description = "Add your description here"
readme = "README.md"
requires-python = "~=3.13.0"
@@ -25,7 +25,7 @@ dev = [
[project.scripts]
apply-subscriptions = "meal_manager.scripts:apply_subscriptions_cli"
meal-manager-nightly = "meal_manager.scripts:run_nightly_tasks"
[tool.isort]
profile = "black"