Skip to content

Commit 3b1bd4e

Browse files
committed
update
1 parent 76f945d commit 3b1bd4e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ My personal template for Python projects.
1919
* [sprout](https://github.com/zigai/sprout)
2020
* Git
2121

22-
## Quick Setup
23-
24-
Create a new Python project:
22+
## Usage
2523

2624
```bash
2725
sprout "https://github.com/zigai/python-project-template.git" /path/to/your/project
@@ -36,7 +34,6 @@ your-project/
3634
├── tests/
3735
│ └── test_your_package.py
3836
├── .github/workflows/
39-
│ └── publish.yml
4037
├── pyproject.toml
4138
├── README.md
4239
├── CONTRIBUTING.md

0 commit comments

Comments
 (0)