File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ Two ways to create a new python project:
88copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
99```
1010
11- - create project by pdm
11+ - create project by UV, because UV is so fast
1212
1313``` sh
1414mkdir 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```
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ default-groups = ["dev"]
5555[tool .uv .sources ]
5656qpyci = { 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 ]
5962packages = [" src/qpyapp" ]
6063
You can’t perform that action at this time.
0 commit comments