From 51c6b6f2dee833fd2e973d93998f2eec74f8f658 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 21 Apr 2021 14:22:54 -0400 Subject: [PATCH] misc: update long description to add pointer to installation instructions --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7d6aeabf..1e51e58a 100755 --- a/setup.py +++ b/setup.py @@ -32,12 +32,13 @@ def _data_files(): setup( name=NAME.lower(), version=__version__, - description='Linux device manager for Logitech receivers, keyboards, and mice.', + description='Linux device manager for Logitech receivers, keyboards, mice, and tablets.', long_description=''' Solaar is a Linux device manager for many Logitech peripherals that connect through Unifying and other receivers or via USB or Bluetooth. Solaar is able to pair/unpair devices with receivers and show and modify some of the -modifiable features of devices.'''.strip(), +modifiable features of devices. +For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/installation'''.strip(), author='Daniel Pavel', license='GPLv2', url='http://pwr-solaar.github.io/Solaar/',