From 6b8cd00a621923e06ab7b397713602d2e9d3b08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Fri, 14 Mar 2025 18:07:58 +0100 Subject: [PATCH] begin restructuring of config --- config/config.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/config.toml diff --git a/config/config.toml b/config/config.toml new file mode 100644 index 0000000..057b468 --- /dev/null +++ b/config/config.toml @@ -0,0 +1,23 @@ +# vvv should be fix vvv +[metadata] +URL = 'https://raw.githubusercontent.com/astral-sh/python-build-standalone/latest-release/latest-release.json' + +[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] +[platforms.win] +PLATFORM = 'x86_64' +OS = 'pc-windows-msvc' +FILE_EXT = '.tar.gz' + +# vvv should be variable vvv +PY_VERSION = '3.11.11' # always provided