Added content to README and LICENSE, changed version to 0.1.0

This commit is contained in:
Frederick Gnodtke 2016-09-20 07:55:52 +02:00
parent 50716b982f
commit 0eb8795263
4 changed files with 62 additions and 5 deletions

View file

@ -13,8 +13,8 @@ setup(
name='Mopidy-Subidy',
version=get_version('mopidy_subidy/__init__.py'),
url='http://github.com/prior99/mopidy-subidy/',
license='MIT',
author='ptiot99',
license='BSD-3-Clause',
author='prior99',
author_email='fgnodtke@cronosx.de',
description='Improved Subsonic extension for Mopidy',
long_description=open('README.md').read(),
@ -35,7 +35,7 @@ setup(
classifiers=[
'Environment :: No Input/Output (Daemon)',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: BSD 3-Clause',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Topic :: Multimedia :: Sound/Audio :: Players'