py.lib.aw_config
py.lib.aw_config/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 = [