py.lib.aw_web_tools
2025-10-15
Parent:b9fd029be707
py.lib.aw_web_tools/pyproject.toml
* Изменения в системе сборки пакетов Python
1.1 --- a/pyproject.toml Wed Oct 15 16:39:24 2025 +0300 1.2 +++ b/pyproject.toml Wed Oct 15 17:32:08 2025 +0300 1.3 @@ -1,30 +1,26 @@ 1.4 [build-system] 1.5 # Minimum requirements for the build system to execute. 1.6 requires = [ 1.7 - "setuptools", 1.8 - "wheel" 1.9 + "wheel", 1.10 + "setuptools" 1.11 ] # PEP 508 specifications. 1.12 1.13 [project] 1.14 name = "aw_web_tools" 1.15 dynamic = ["version", "description"] 1.16 requires-python = ">=3.9" 1.17 +license = "BSD-3-Clause" 1.18 dependencies = [ 1.19 "PyJWT>=2.8.0", 1.20 "bottle>=0.12.25", 1.21 ] 1.22 1.23 + 1.24 [project.urls] 1.25 documentation = "https://devel.a0fs.ru/lib.py/aw_web_tools/root" 1.26 source = "https://repo.devel.a0fs.ru/py.lib.aw_web_tools/" 1.27 download = "https://py-repo.devel.a0fs.ru" 1.28 1.29 -[project.license] 1.30 -text = """ 1.31 -Данное ПО распространяется на условиях BSD-2-Clause 1.32 - 1.33 -URL: https://opensource.org/license/BSD-2-Clause 1.34 -""" 1.35 1.36 [[project.authors]] 1.37 name = 'awgur'