From 7f0581e0e1f69992edb91f1bdb9c99e02f7e78ab Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 22 Sep 2023 14:43:50 +0200 Subject: [PATCH] Fix description in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b691ce..3f46e67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.10.0" authors = [ { name="Kumi Mitterer", email="dpdtrack@kumi.email" }, ] -description = "Simple Python wrapper to fetch data from DPD Austria (mydpd.at)" +description = "Simple Python wrapper to fetch data from DPD Austria (mydpd.at) and Romania (dpd.ro)" readme = "README.md" license = { file="LICENSE" } requires-python = ">=3.10"