We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f7c85 commit b62abd9Copy full SHA for b62abd9
1 file changed
pyproject.toml
@@ -84,6 +84,9 @@ packages = ["src/langtrace_python_sdk", "src/examples", "src/tests"]
84
[tool.hatch.source]
85
url = "https://langtrace.gateway.scarf.sh/simple/"
86
87
+[global]
88
+extra-index-url = "https://langtrace.gateway.scarf.sh/simple/"
89
+
90
[project.entry-points."fsspec.specs"]
91
langtracefs = "langtrace_python_sdk:LangTraceFileSystem"
92
0 commit comments