changed config to use dict and tomlload

This commit is contained in:
venus
2026-04-23 05:18:46 -05:00
parent df46501731
commit 13a5603773
5 changed files with 65 additions and 39 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"platformdirs>=4.9.4",
"toml>=0.10.2",
]
[build-system]