py.lib.aw_db_tools
2024-02-27
Child:fd7d3b38860e
py.lib.aw_db_tools/pyproject.toml
..init
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pyproject.toml Tue Feb 27 21:06:11 2024 +0300 1.3 @@ -0,0 +1,11 @@ 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_db_tools" 1.10 +version = "0.202402.1" 1.11 +requires-python = ">=3.8" 1.12 + 1.13 +[project.urls] 1.14 +src = "https://devel.a0fs.ru/py.lib.aw_db_tools/" 1.15 \ No newline at end of file