RENAME service.py to daemon.py & update it within pyproject.toml

This commit is contained in:
2025-12-18 01:30:56 +00:00
parent 7b903fb27e
commit c871d0ddf7
2 changed files with 1 additions and 1 deletions

View File

@@ -11,4 +11,4 @@ dependencies = [
[project.scripts]
rewind = "rewind.clip:main"
rewind-daemon = "rewind.service:main"
rewind-daemon = "rewind.daemon:main"