Skip to content

Commit

Permalink
pip packging
Browse files Browse the repository at this point in the history
  • Loading branch information
fmatray committed Apr 15, 2020
1 parent b2d69ee commit 968ab84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 968ab84

Please sign in to comment.