ADD configuration loading from user and default config files

This commit is contained in:
2025-12-18 15:16:19 +00:00
parent 3e2efe06b1
commit 6105a59a1d
4 changed files with 23 additions and 7 deletions

View File

@@ -11,4 +11,7 @@ dependencies = [
[project.scripts]
rewind = "rewind.clip:main"
rewind-daemon = "rewind.daemon:main"
rewind-daemon = "rewind.daemon:main"
[tool.setuptools.package-data]
rewind = ["config.toml"]