py.lib.aw_config

Yohn Y. 2024-10-30 Parent:564293b54664

14:23acfa856975 Go to Latest

py.lib.aw_config/pyproject.toml

.. 0.202410.2 . Подгонка системы сборки под текущую версию Python . Небольшой рефакторинг

History
1 [build-system]
2 # Minimum requirements for the build system to execute.
3 requires = ["setuptools", "wheel"] # PEP 508 specifications.
5 [project]
6 name = "aw_config"
7 dynamic = ["version", "description"]
8 #readme = "README.md"
9 requires-python = ">=3.9"
10 dependencies = [
11 "toml >= 0.10.2"
12 ]
14 [project.urls]
15 source = "https://repo.devel.a0fs.ru/py.lib.aw_config/"
16 documentation = "https://devel.a0fs.ru/lib.py/aw_config/root"
17 download = "https://py-repo.devel.a0fs.ru"
19 [[project.authors]]
20 name = 'awgur'
21 email = 'devel@a0fs.ru'
23 [project.license]
24 text = """
25 Данное ПО распространяется на условиях BSD-2-Clause
27 URL: https://opensource.org/license/BSD-2-Clause
28 """