Merge pull request 'dev' (#14) from dev into main

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2025-11-01 21:18:57 +00:00
10 changed files with 257 additions and 39 deletions

View File

@@ -5,14 +5,23 @@ description = "A small library providing a config class that provides settings d
readme = "README.md"
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
requires-python = ">=3.13"
dependencies = ["omegaconf>=2.3.0"]
dependencies = [
"appdirs>=1.4.4",
"omegaconf>=2.3.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
test = ["pytest>=8.3.4"]
dev = [
"pip>=25.1.1",
]
test = [
"pytest>=8.3.4",
"pytest-cov>=6.1.1",
]
[tool.bumpversion]
current_version = "0.2.2"
@@ -34,4 +43,4 @@ moveable_tags = []
commit_args = ""
setup_hooks = []
pre_commit_hooks = []
post_commit_hooks = []
post_commit_hooks = []