Skip to content

Commit 9501c38

Browse files
authored
Revise project structure in README
Updated project structure section in README to reflect changes after setup.
1 parent b3c0d1e commit 9501c38

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python src/main.py
3030

3131
That's it! No system Python needed.
3232

33-
## 📁 Project Structure
33+
## 📁 Project Structure (after the setup)
3434

3535
```
3636
your-project/
@@ -44,15 +44,14 @@ your-project/
4444
│ └── main.py
4545
├── tests/
4646
│ ├── __init__.py
47-
│ ├── conftest.py
4847
│ └── test_main.py
4948
├── .gitignore
50-
├── .gitmessage # Commit message template
51-
├── .python-version # Python version (3.13)
5249
├── CONTRIBUTING.md # Contribution guidelines
5350
├── pyproject.toml # Project configuration
5451
├── README.md
55-
├── setup-portable.sh # Setup script
52+
├── SETUP_QUICK_REF.md
53+
├── setup.sh # Setup script
54+
├── uv.lock
5655
└── verify-python-version.sh # Version checker
5756
```
5857

0 commit comments

Comments
 (0)