Rename packages to plugins

This commit is contained in:
Kivi Kaitaniemi
2025-12-27 04:04:04 +02:00
parent 9b2fc79829
commit 041c976552
20 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -25,9 +25,9 @@ Run all unit tests (`-s` disables output capturing, needed for PTY test):
```sh
uv run --package decman pytest -s tests/
uv run --package decman-pacman pytest packages/decman-pacman/tests/
uv run --package decman-systemd pytest packages/decman-systemd/tests/
uv run --package decman-flatpak pytest packages/decman-flatpak/tests/
uv run --package decman-pacman pytest plugins/decman-pacman/tests/
uv run --package decman-systemd pytest plugins/decman-systemd/tests/
uv run --package decman-flatpak pytest plugins/decman-flatpak/tests/
```
## Formatting