From 08d7faeb149461575acd4a67cf77ae3c701f93e4 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Sat, 15 Mar 2025 21:19:18 +0100 Subject: [PATCH] add description --- pyproject.toml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 49722c4..b631b68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,21 +1,15 @@ [project] name = "komconfig" version = "0.1.3" -description = "Add your description here" +description = "A small library providing a config class that provides settings data for the KomSuite" readme = "README.md" -authors = [ - { name = "WorldTeacher", email = "coding_contact@pm.me" } -] +authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }] requires-python = ">=3.13" -dependencies = [ - "omegaconf>=2.3.0", -] +dependencies = ["omegaconf>=2.3.0"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] -test = [ - "pytest>=8.3.4", -] +test = ["pytest>=8.3.4"]