From b7b9ce9b9c4800c5d3be7c178af46d4235a3145b Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer@who-t.net>
Date: Fri, 26 Oct 2018 11:43:19 +1000
Subject: [PATCH] setup.py: fix link to the documentation

This actually pointed to the python-evdev docs. Oops

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index feca3ec..7af003d 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ provides a Pythonic API to read events from the Linux kernel's input device
 nodes and to read and/or modify the device's state and capabilities.
 
 The documentation is available here:
-https://python-evdev.readthedocs.io/en/latest/
+https://python-libevdev.readthedocs.io/en/latest/
 '''
 
 setup(name='libevdev',
-- 
GitLab