diff --git a/setup.py b/setup.py index be72221..a92f358 100644 --- a/setup.py +++ b/setup.py @@ -15,11 +15,12 @@ def get_version(filename): license='Apache License, Version 2.0', author='Frédéric Matray-Marin', author_email='frederic.matray@me.com', - description='You can always add leds :-)', + description='You can always add leds to a mopidy player :-)', long_description=open('README.rst').read(), packages=find_packages(exclude=['tests', 'tests.*']), zip_safe=False, include_package_data=True, + keywords = ['Mopidy', 'Mopidy-frontend', 'Neopixels'], install_requires=[ 'setuptools', 'Mopidy >= 0.14',