add description

This commit is contained in:
2025-03-15 21:19:18 +01:00
parent 50be9da6a5
commit 08d7faeb14

View File

@@ -1,21 +1,15 @@
[project] [project]
name = "komconfig" name = "komconfig"
version = "0.1.3" 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" readme = "README.md"
authors = [ authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
{ name = "WorldTeacher", email = "coding_contact@pm.me" }
]
requires-python = ">=3.13" requires-python = ">=3.13"
dependencies = [ dependencies = ["omegaconf>=2.3.0"]
"omegaconf>=2.3.0",
]
[build-system] [build-system]
requires = ["hatchling"] requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[dependency-groups] [dependency-groups]
test = [ test = ["pytest>=8.3.4"]
"pytest>=8.3.4",
]