Skip to content

Commit fe1732c

Browse files
authored
chore: Clean up remaining braintrust-sdk repo references (#15)
1 parent 971559d commit fe1732c

91 files changed

Lines changed: 15 additions & 18826 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
cd braintrust
3434
git submodule init
3535
git submodule update --init --recursive
36-
cd sdk
37-
git remote set-url origin https://github.com/braintrustdata/braintrust-sdk.git
36+
cd sdk-python
37+
git remote set-url origin https://github.com/braintrustdata/braintrust-sdk-python-python.git
3838
git fetch origin
3939
git checkout ${{ github.event.pull_request.head.sha }}
4040

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Development container for braintrust-sdk-ruby
1+
# Development container for braintrust-sdk-python
22
FROM debian:trixie-slim
33

44
# Set UTF-8 locale

integrations/adk-py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To contribute to this integration:
119119

120120
```bash
121121
# Clone the repository
122-
git clone https://github.com/braintrustdata/braintrust-sdk.git
122+
git clone https://github.com/braintrustdata/braintrust-sdk-python.git
123123
cd sdk/integrations/adk-py
124124

125125
uv sync

integrations/adk-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
[project.urls]
2323
Homepage = "https://www.braintrust.dev"
24-
Repository = "https://github.com/braintrustdata/braintrust-sdk"
24+
Repository = "https://github.com/braintrustdata/braintrust-sdk-python-python"
2525

2626

2727
[build-system]

integrations/langchain-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222

2323
[project.urls]
2424
Homepage = "https://www.braintrust.dev"
25-
Repository = "https://github.com/braintrustdata/braintrust-sdk"
25+
Repository = "https://github.com/braintrustdata/braintrust-sdk-python"
2626

2727
[build-system]
2828
requires = ["setuptools>=61.0"]

js/examples/auto-instrumentation/.env.example

Lines changed: 0 additions & 16 deletions
This file was deleted.

js/examples/auto-instrumentation/.envrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/examples/auto-instrumentation/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

js/examples/auto-instrumentation/README.md

Lines changed: 0 additions & 128 deletions
This file was deleted.

js/examples/auto-instrumentation/anthropic-example.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)