From 9695c975cc5f7059e804f789943f00abb4b106a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Wed, 19 Mar 2025 12:59:45 +0100 Subject: [PATCH] new cfg structure --- config/config.toml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/config/config.toml b/config/config.toml index 057b468..a044e52 100644 --- a/config/config.toml +++ b/config/config.toml @@ -4,13 +4,6 @@ URL = 'https://raw.githubusercontent.com/astral-sh/python-build-standalone/lates [package] PACKAGE_TYPE = 'install_only_stripped' -DL_FOLDER = './download/' # default: CWD -DIST_FOLDER = './dist/' # default: CWD/python - - -# defaults -# DEFAULT_RELEASE_TAG = '20241219' -# USE_DEFAULT_RELEASE_TAG = true # default value, can be specified by option # vvv should be platform-dependent vvv [platforms] @@ -19,5 +12,16 @@ PLATFORM = 'x86_64' OS = 'pc-windows-msvc' FILE_EXT = '.tar.gz' + +# DL_FOLDER = './download/' # default: CWD +# DIST_FOLDER = './dist/' # default: CWD/python + + +# defaults +# DEFAULT_RELEASE_TAG = '20241219' +# USE_DEFAULT_RELEASE_TAG = true # default value, can be specified by option + + + # vvv should be variable vvv -PY_VERSION = '3.11.11' # always provided +# PY_VERSION = '3.11.11' # always provided