We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e188b commit cab73c2Copy full SHA for cab73c2
README.md
@@ -8,9 +8,10 @@ Two ways to create a new python project:
8
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
9
```
10
11
-- create project by pdm
+- create project by UV, because UV is so fast
12
13
```sh
14
mkdir my-project && cd my-project
15
-pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
+uv pip install --source git+https://github.com/fluent-qa/fluentqa-pytpl.git
16
+
17
pyproject.toml
@@ -55,6 +55,9 @@ default-groups = ["dev"]
55
[tool.uv.sources]
56
qpyci = { git = "https://github.com/fluent-qa/qpyci.git", rev = "main" }
57
58
+[tool.uv.workspace]
59
+members = ["https:/github.com/fluent-qa/fluentqa-pytpl.git"]
60
61
[tool.hatch.build.targets.wheel]
62
packages = ["src/qpyapp"]
63
0 commit comments