misc: update long description to add pointer to installation instructions
This commit is contained in:
parent
1c1be84e59
commit
51c6b6f2de
5
setup.py
5
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/',
|
||||
|
|
Loading…
Reference in New Issue