setup: update project metadata

For some reason MANIFEST.in is not having any effect on my system; yet
update it anyway.  Additionally, make small fixes/updates to setup.py.
This commit is contained in:
Jonas Malaco 2020-07-30 03:07:17 -03:00
parent ee542fafdf
commit dd4b58396c
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
include CHANGELOG.md
include LICENSE.txt
include liquidctl.8
include pytest.ini
recursive-include docs *
recursive-include extra *
recursive-include tests *

View File

@ -88,11 +88,12 @@ setuptools.setup(
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='cross-platform cli driver corsair evga nzxt liquid-cooler fan-controller '
'power-supply led-controller kraken smart-device',
'power-supply led-controller kraken smart-device hue2 gigabyte',
project_urls={
'Suported devices': SUPPORTED_URL,
'Supported devices': SUPPORTED_URL,
'Documentation': DOC_URL,
'Changelog': CHANGES_URL,
},