py.lib.aw_config

Yohn Y. 2024-05-14 Parent:564293b54664 Child:23acfa856975

8:7026698c5937 Go to Latest

py.lib.aw_config/pyproject.toml

Added tag 0.202405.12 for changeset 26be458b26bb

History
1 [build-system]
2 # Minimum requirements for the build system to execute.
3 requires = ["setuptools", "wheel"] # PEP 508 specifications.
5 [project]
6 name = "aw_config"
7 dynamic = ["version", "description"]
8 #readme = "README.md"
9 requires-python = ">=3.9"
10 dependencies = [
11 "toml >= 0.10.2"
12 ]
14 [project.urls]
15 src = "https://devel.a0fs.ru/py.lib.aw_config"