Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcab73c2

Browse files
committed
add UV comments
1 parent39e188b commitcab73c2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Two ways to create a new python project:
88
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
99
```
1010

11-
- create project bypdm
11+
- create project byUV, because UV is so fast
1212

1313
```sh
1414
mkdir my-project&&cd my-project
15-
pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
15+
uv pip install --source git+https://github.com/fluent-qa/fluentqa-pytpl.git
16+
1617
```

‎pyproject.toml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ default-groups = ["dev"]
5555
[tool.uv.sources]
5656
qpyci = {git ="https://github.com/fluent-qa/qpyci.git",rev ="main" }
5757

58+
[tool.uv.workspace]
59+
members = ["https:/github.com/fluent-qa/fluentqa-pytpl.git"]
60+
5861
[tool.hatch.build.targets.wheel]
5962
packages = ["src/qpyapp"]
6063

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp