py.lib.aw_config

Yohn Y. 2024-05-05 Parent:bac1fe0751a9 Child:564293b54664

4:cafe05bbad21 Go to Latest

py.lib.aw_config/pyproject.toml

. Разбираемся с зависимостями

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