misc: update long description to add pointer to installation instructions

This commit is contained in:
Peter F. Patel-Schneider 2021-04-21 14:22:54 -04:00
parent 1c1be84e59
commit 51c6b6f2de
1 changed files with 3 additions and 2 deletions

View File

@ -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/',