Skip to content

Commit b9cb860

Browse files
committed
update latest project format
1 parent 9d562ca commit b9cb860

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# README
22

3-
3+
This project is a template UV project
44

55
- create project by UV, because UV is so fast
66

77
```sh
88
git clone https://github.com/fluent-qa/fluentqa-pytpl.git <project_name>
99
```
10+
11+
## Commands to use
12+
13+
- format
14+
15+
```shell
16+
17+
```
18+
19+
## TODO
20+
21+
- []Use Cookiecutter to generate different template project. python-uv project

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ keywords = [
1919
"full-development-lifecycle",
2020
"project-template",
2121
"scaffold",
22+
"python",
23+
"template",
24+
"project-generator",
25+
"uv",
26+
"cookiecutter",
27+
"cli"
2228
]
2329
license = { text = "MIT" }
2430
name = "{{prject_name}}"

0 commit comments

Comments
 (0)