mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Add plugin architecture
This commit is contained in:
@@ -14,6 +14,10 @@ dependencies = [
|
||||
[project.scripts]
|
||||
decman = "decman.app:main"
|
||||
|
||||
[project.entry-points."decman.plugins"]
|
||||
systemd = "decman.plugins.systemd:Systemd"
|
||||
pacman = "decman.plugins.pacman:Pacman"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.14.9",
|
||||
|
||||
Reference in New Issue
Block a user