docs: Remove b'' usage in setup.py example
This commit is contained in:
parent
b42fa02195
commit
6df42299b4
@ -159,7 +159,7 @@ class that will connect the rest of the dots.
|
||||
'pysoundspot',
|
||||
],
|
||||
entry_points={
|
||||
b'mopidy.ext': [
|
||||
'mopidy.ext': [
|
||||
'soundspot = mopidy_soundspot:Extension',
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user