From 22b23de403df3da74a096e5373eb32e7c13563ea Mon Sep 17 00:00:00 2001 From: 13315423919 <13315423919@qq.com> Date: Fri, 7 Nov 2025 09:05:55 +0800 Subject: [PATCH] Add File --- uv.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 uv.toml diff --git a/uv.toml b/uv.toml new file mode 100644 index 0000000..fdf5306 --- /dev/null +++ b/uv.toml @@ -0,0 +1,16 @@ +# uv configuration file for LandPPT + +# Extra index URLs for additional package sources +extra-index-url = ["https://pypi.apryse.com"] + +# Use the fastest available index +index-strategy = "first-index" + +# Cache configuration - use project temp directory +cache-dir = "temp/.uv-cache" + +# Python version preference +python-preference = "managed" + +# Development dependencies (defined in pyproject.toml instead) +# This section is moved to pyproject.toml [project.optional-dependencies]