Added content to README and LICENSE, changed version to 0.1.0
This commit is contained in:
parent
50716b982f
commit
0eb8795263
4 changed files with 62 additions and 5 deletions
6
setup.py
6
setup.py
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue