py.lib.aw_web_tools
py.lib.aw_web_tools/pyproject.toml
.. 1.202411.1 . Переделываем под новые веяния SDK * Рефакторинг
1.1 --- a/pyproject.toml Sun May 05 14:53:52 2024 +0300 1.2 +++ b/pyproject.toml Sun Nov 03 19:25:24 2024 +0300 1.3 @@ -8,11 +8,24 @@ 1.4 [project] 1.5 name = "aw_web_tools" 1.6 dynamic = ["version", "description"] 1.7 -requires-python = ">=3.8" 1.8 +requires-python = ">=3.9" 1.9 dependencies = [ 1.10 "PyJWT>=2.8.0", 1.11 "bottle>=0.12.25", 1.12 ] 1.13 1.14 [project.urls] 1.15 -src = "https://devel.a0fs.ru/py.lib.aw_web_tools/" 1.16 \ No newline at end of file 1.17 +documentation = "https://devel.a0fs.ru/lib.py/aw_web_tools/root" 1.18 +source = "https://repo.devel.a0fs.ru/py.lib.aw_web_tools/" 1.19 +download = "https://py-repo.devel.a0fs.ru" 1.20 + 1.21 +[project.license] 1.22 +text = """ 1.23 +Данное ПО распространяется на условиях BSD-2-Clause 1.24 + 1.25 +URL: https://opensource.org/license/BSD-2-Clause 1.26 +""" 1.27 + 1.28 +[[project.authors]] 1.29 +name = 'awgur' 1.30 +email = 'devel@a0fs.ru' 1.31 \ No newline at end of file