From 7cf356b2a284922e767b8139f330fe4d37aa67cb Mon Sep 17 00:00:00 2001 From: Karthik Kalyanaraman <105607645+karthikscale3@users.noreply.github.com> Date: Wed, 14 May 2025 10:55:19 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index caa9f84..b086b68 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"