From e7a0dfd8f12b0ffa4ea9291435f84b9e9005b13d Mon Sep 17 00:00:00 2001 From: Maciej Morawski Date: Fri, 11 Apr 2025 03:30:02 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c14ff03..5c97cb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # https://docs.astral.sh/uv/concepts/projects/config/ name = "python-template-zuppif" version = "0.1.3" -description = "Add your description here" +description = "Description updated" readme = "README.md" requires-python = ">=3.12" dependencies = ["requests>=2.32.3"]