py.lib.aw_config

Yohn Y. 2024-05-05 Parent:cafe05bbad21 Child:4bcdc1276091

5:564293b54664 0.202405.11 Browse Files

. Немного иной формат pyproject.toml

pyproject.toml

     1.1 --- a/pyproject.toml	Sun May 05 14:40:01 2024 +0300
     1.2 +++ b/pyproject.toml	Sun May 05 14:57:06 2024 +0300
     1.3 @@ -3,7 +3,8 @@
     1.4  requires = ["setuptools", "wheel"]  # PEP 508 specifications.
     1.5  
     1.6  [project]
     1.7 -dynamic = ["version", "description", "name"]
     1.8 +name = "aw_config"
     1.9 +dynamic = ["version", "description"]
    1.10  #readme = "README.md"
    1.11  requires-python = ">=3.9"
    1.12  dependencies = [