py.lib.aw_log

Yohn Y. 2024-10-31 Parent:9155a66edb31

7:5db1541311ef Go to Latest

py.lib.aw_log/pyproject.toml

. Исправлена ссылка на документацию. Сделал её прямой

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_log" # Имя проекта
7 dynamic = ["version", "description"]
8 requires-python = ">=3.9"
11 [project.urls]
12 documentation = "https://devel.a0fs.ru/lib.py/aw_log/root"
13 source = "https://repo.devel.a0fs.ru/py.lib.aw_log/"
14 download = "https://py-repo.devel.a0fs.ru"
16 [project.license]
17 file = "LICENSE"
19 [[project.authors]]
20 name = 'awgur'
21 email = 'devel@a0fs.ru'