[console_scripts]
sysplan = sysplan.cli:cli.entry_point

[sysplan_plans]
files = sysplan.files:FilePlan
mounts = sysplan.systemd:MountPlan
services = sysplan.systemd:ServicePlan
timers = sysplan.systemd:TimerPlan

