Skip to content

Commit 904f709

Browse files
Copilothiyouga
andcommitted
chore: move python and ts sources into src_py/src_ts
Co-authored-by: hiyouga <16256802+hiyouga@users.noreply.github.com>
1 parent 3c27f1d commit 904f709

10 files changed

Lines changed: 5 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ style:
2222

2323
test:
2424
uv pip install -e .[dev]
25-
uv run pytest -vvv tests
25+
uv run pytest -vvv src_py/tests

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This repository contains a minimal Python package and a minimal TypeScript packa
44

55
## Python package (agent-adapter-py)
66

7+
Python sources live in `src_py/`.
8+
79
Install dependencies and run the example:
810

911
```bash
@@ -20,7 +22,7 @@ make test
2022

2123
## TypeScript package (agent-adapter-ts)
2224

23-
From the `typescript` directory:
25+
TypeScript sources live in `src_ts/`. From the `src_ts` directory:
2426

2527
```bash
2628
npm install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requires = ["uv_build>=0.9.16,<0.10.0"]
1818
build-backend = "uv_build"
1919

2020
[tool.uv.build-backend]
21-
module-root = ""
21+
module-root = "src_py"
2222
source-include = []
2323

2424
[tool.ruff]

0 commit comments

Comments
 (0)