[project] name = "bak-and-rest" version = "0.1.0" description = "Windows watchdog service and tray backup utility." readme = "README.md" requires-python = ">=3.11" dependencies = [ "watchdog>=4.0.0", "pywin32>=306; platform_system == 'Windows'", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", ] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"]