From 5728794355c9cc716467c7168a1e06c66c9acd6f Mon Sep 17 00:00:00 2001 From: H1rono Date: Fri, 28 Jun 2024 16:31:26 +0900 Subject: [PATCH] :wrench: Modify rye configuration --- rye/config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rye/config.toml b/rye/config.toml index b582ff1..0172e5b 100644 --- a/rye/config.toml +++ b/rye/config.toml @@ -1,4 +1,8 @@ -# https://rye-up.com/guide/config/#config-file +# https://rye.astral.sh/guide/config/#config-file + +[default] +# This is the default build system that is used +build-system = "setuptools" [behavior] # When set to true the `managed` flag is always assumed to be true.