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(
|
setup(
|
||||||
name=NAME.lower(),
|
name=NAME.lower(),
|
||||||
version=__version__,
|
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='''
|
long_description='''
|
||||||
Solaar is a Linux device manager for many Logitech peripherals that connect through
|
Solaar is a Linux device manager for many Logitech peripherals that connect through
|
||||||
Unifying and other receivers or via USB or Bluetooth.
|
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
|
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',
|
author='Daniel Pavel',
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
url='http://pwr-solaar.github.io/Solaar/',
|
url='http://pwr-solaar.github.io/Solaar/',
|
||||||
|
|
Loading…
Reference in New Issue