From 58d51f69100bd27752210902b67312db8dcb4b5c Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Fri, 8 Sep 2023 20:58:06 +0200 Subject: [PATCH] Add link to documentation in project description. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d70957..d1acb49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ Home = "https://github.com/blep/win32_window_monitor" Source = "https://github.com/blep/win32_window_monitor" Issues = "https://github.com/blep/win32_window_monitor/issues" -#Documentation = "https://?" +Documentation = "http://win32-window-monitor.readthedocs.io/" [project.scripts] log_focused_window = "win32_window_monitor.main:main"