We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d173a14 commit 84cad10Copy full SHA for 84cad10
pyproject.toml
@@ -25,10 +25,10 @@ include = [
25
"src/flight-software/repl.py",
26
"src/flight-software/safemode.py",
27
"src/flight-software/lib/proveskit_rp2040_v4/*",
28
- "src/ground_station/boot.py",
29
- "src/ground_station/main.py",
30
- "src/ground_station/repl.py",
31
- "src/ground_station/safemode.py",
+ "src/ground-station/boot.py",
+ "src/ground-station/main.py",
+ "src/ground-station/repl.py",
+ "src/ground-station/safemode.py",
32
]
33
exclude = [
34
"**/__pycache__",
0 commit comments