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.1 --- a/pyproject.toml	Sun May 05 11:32:45 2024 +0300
     1.2 +++ b/pyproject.toml	Sun May 05 14:40:01 2024 +0300
     1.3 @@ -3,13 +3,11 @@
     1.4  requires = ["setuptools", "wheel"]  # PEP 508 specifications.
     1.5  
     1.6  [project]
     1.7 -name = "aw_config"
     1.8 -version = "0.202405.8"
     1.9 -description = "Модуль поддержки процесса конфигурирования приложения"
    1.10 +dynamic = ["version", "description", "name"]
    1.11  #readme = "README.md"
    1.12  requires-python = ">=3.9"
    1.13  dependencies = [
    1.14 -    "toml>=0.10.2"
    1.15 +    "toml >= 0.10.2"
    1.16  ]
    1.17  
    1.18  [project.urls]