Skip to content

Commit af2fbad

Browse files
committed
Specifying license
1 parent 5ecb8fc commit af2fbad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_version(filename):
1212
name='Mopidy-Spotmop',
1313
version=get_version('mopidy_spotmop/__init__.py'),
1414
url='https://github.com/jaedb/spotmop',
15-
license='GNU General Public License v3 (GPLv3)',
15+
license='Apache License, Version 2.0',
1616
author='James Barnsley',
1717
author_email='james@barnsley.nz',
1818
description='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks',
@@ -37,4 +37,4 @@ def get_version(filename):
3737
'spotmop = mopidy_spotmop:SpotmopExtension',
3838
],
3939
},
40-
)
40+
)

0 commit comments

Comments
 (0)