From db7cb6ef14768a54f8ee34df98834be97d78b57f Mon Sep 17 00:00:00 2001 From: Peter Hutterer <peter.hutterer@who-t.net> Date: Fri, 26 Oct 2018 11:46:06 +1000 Subject: [PATCH] Doc cleanup and typo fixes Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> --- README.md | 2 +- setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95a1311..a473b44 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,5 @@ python-libevdev is licensed under the MIT license. > and/or sell copies of the Software, and to permit persons to whom the > Software is furnished to do so, subject to the following conditions: [...] -See the [COPYING](http://github.com/whot/python-libevdev/blob/master/COPYING) +See the [COPYING](https://gitlab.freedesktop.org/libevdev/python-libevdev/blob/master/COPYING) file for the full license information. diff --git a/setup.py b/setup.py index 7af003d..c655f55 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup long_description = ''' -python-libevdev is a Python wrapper arround the libevdev C library. It +python-libevdev is a Python wrapper around the libevdev C library. It 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. @@ -17,7 +17,7 @@ setup(name='libevdev', long_description=long_description, author='Peter Hutterer', author_email='peter.hutterer@who-t.net', - url='https://www.github.com/whot/python-libevdev/', + url='https://gitlab.freedesktop.org/libevdev/python-libevdev', packages=['libevdev'], classifiers=[ 'Development Status :: 3 - Alpha', @@ -27,4 +27,5 @@ setup(name='libevdev', 'Programming Language :: Python :: 3', ], python_requires='>=3', + keywords='evdev input uinput libevdev', ) -- GitLab