diff --git a/pyproject.toml b/pyproject.toml index bdd4b6a..6df303d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,4 @@ dependencies = [ [project.scripts] rewind = "rewind.clip:main" -rewind-daemon = "rewind.service:main" \ No newline at end of file +rewind-daemon = "rewind.daemon:main" \ No newline at end of file diff --git a/rewind/service.py b/rewind/daemon.py similarity index 100% rename from rewind/service.py rename to rewind/daemon.py