We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecb8fc commit af2fbadCopy full SHA for af2fbad
1 file changed
setup.py
@@ -12,7 +12,7 @@ def get_version(filename):
12
name='Mopidy-Spotmop',
13
version=get_version('mopidy_spotmop/__init__.py'),
14
url='https://github.com/jaedb/spotmop',
15
- license='GNU General Public License v3 (GPLv3)',
+ license='Apache License, Version 2.0',
16
author='James Barnsley',
17
author_email='james@barnsley.nz',
18
description='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks',
@@ -37,4 +37,4 @@ def get_version(filename):
37
'spotmop = mopidy_spotmop:SpotmopExtension',
38
],
39
},
40
-)
+)
0 commit comments