We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c0d1e commit 9501c38Copy full SHA for 9501c38
1 file changed
README.md
@@ -30,7 +30,7 @@ python src/main.py
30
31
That's it! No system Python needed.
32
33
-## 📁 Project Structure
+## 📁 Project Structure (after the setup)
34
35
```
36
your-project/
@@ -44,15 +44,14 @@ your-project/
44
│ └── main.py
45
├── tests/
46
│ ├── __init__.py
47
-│ ├── conftest.py
48
│ └── test_main.py
49
├── .gitignore
50
-├── .gitmessage # Commit message template
51
-├── .python-version # Python version (3.13)
52
├── CONTRIBUTING.md # Contribution guidelines
53
├── pyproject.toml # Project configuration
54
├── README.md
55
-├── setup-portable.sh # Setup script
+├── SETUP_QUICK_REF.md
+├── setup.sh # Setup script
+├── uv.lock
56
└── verify-python-version.sh # Version checker
57
58
0 commit comments