Small bug fixes
This commit is contained in:
blackberrymamba
2017-12-23 14:55:18 +01:00
parent bd2896c242
commit 61b5e198f7
7 changed files with 44 additions and 39 deletions

View File

@@ -14,9 +14,9 @@ def get_version(filename):
setup(
name='Mopidy-RadioNet',
version=get_version('mopidy_radionet/__init__.py'),
url='https://github.com/blakberrymamba/mopidy-radionet',
url='https://github.com/blackberrymamba/mopidy-radionet',
license='Apache License, Version 2.0',
author='blakberrymamba',
author='blackberrymamba',
author_email='mariusz@typedef.pl',
description='Mopidy extension for radio.net',
long_description=open('README.rst').read(),