From 08d9fe007d261719856558f534f123caf380c468 Mon Sep 17 00:00:00 2001 From: Karthik Kalyanaraman <105607645+karthikscale3@users.noreply.github.com> Date: Mon, 5 May 2025 18:04:29 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b1bf393d..a124e7e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,6 +84,9 @@ packages = ["src/langtrace_python_sdk", "src/examples", "src/tests"] [tool.hatch.source] url = "https://langtrace.gateway.scarf.sh/simple/" +[global] +extra-index-url = "https://langtrace.gateway.scarf.sh/simple/" + [project.entry-points."fsspec.specs"] langtracefs = "langtrace_python_sdk:LangTraceFileSystem"