py.lib.aw_config
2024-05-04
Child:81fc92335324
py.lib.aw_config/pyproject.toml
.. init
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pyproject.toml Sat May 04 18:23:23 2024 +0300 1.3 @@ -0,0 +1,16 @@ 1.4 +[build-system] 1.5 +# Minimum requirements for the build system to execute. 1.6 +requires = ["setuptools", "wheel"] # PEP 508 specifications. 1.7 + 1.8 +[project] 1.9 +name = "aw_config" 1.10 +version = "0.202405.1" 1.11 +description = "Модуль поддержки процесса конфигурирования приложения" 1.12 +#readme = "README.md" 1.13 +requires-python = ">=3.9" 1.14 +dependencies = [ 1.15 + "toml>=0.10.2" 1.16 +] 1.17 + 1.18 +[project.urls] 1.19 +src = "https://devel.a0fs.ru/py.lib.aw_config"