From 1f896d2b9ee0fbcdc16c57bd681e2493410893c2 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Mon, 20 Apr 2020 18:30:09 -0400 Subject: [PATCH] docs: add changing device features to long description of Solaar --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b632220e..de335154 100755 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ setup(name=NAME.lower(), description='Linux devices manager for the Logitech Unifying Receiver.', long_description=''' Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals. -It is able to pair/unpair devices to the receiver, and for some devices read -battery status. +It is able to pair/unpair devices with the receiver, for many devices show +battery status, and show and modify some of the modifiable features of devices. '''.strip(), author='Daniel Pavel', license='GPLv2',