Skip to content

Commit 06da91e

Browse files
committed
add docs
1 parent 02cb001 commit 06da91e

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

docs/setup/vs-code.md

-5
This file was deleted.

fern/fern.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"organization": "qdriven",
2+
"organization": "fluent-qa",
33
"version": "0.31.6"
44
}

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ requires-python = ">=3.10"
77
dependencies = []
88

99
[project.scripts]
10-
datafarm = "datafarm:main"
10+
1111

1212
[build-system]
1313
requires = ["hatchling"]
1414
build-backend = "hatchling.build"
1515

1616
[tool.uv.workspace]
17-
members = ["agents/*", "primary", "shared/*", "toolkits/*"]
17+
members = ["agents/*", "primary", "shared/*"]

0 commit comments

Comments
 (0)