Skip to content

Commit 84cad10

Browse files
Update pyproject.toml
Co-authored-by: Copilot <[email protected]>
1 parent d173a14 commit 84cad10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ include = [
2525
"src/flight-software/repl.py",
2626
"src/flight-software/safemode.py",
2727
"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",
28+
"src/ground-station/boot.py",
29+
"src/ground-station/main.py",
30+
"src/ground-station/repl.py",
31+
"src/ground-station/safemode.py",
3232
]
3333
exclude = [
3434
"**/__pycache__",

0 commit comments

Comments
 (0)