Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Apr 24, 2015
1 parent 88bccdd commit 4a2130c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# mopidy-grooveshark
# Mopidy-Grooveshark

Play music from Grooveshark on mopidy
Play music from Grooveshark on mopidy.

## Installation

Next install this extension from git.
Just run:

pip install https://github.com/camilonova/mopidy-grooveshark/archive/master.zip
$ pip install Mopidy-Grooveshark

## External libraries

We are using pygrooveshark, is inside the project because the original repository
is too big to clone.
is too big to add as a requirement.

https://github.com/koehlma/pygrooveshark
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_version(filename):
classifiers=[
'Environment :: No Input/Output (Daemon)',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: MIT',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Topic :: Multimedia :: Sound/Audio :: Players',
Expand Down

0 comments on commit 4a2130c

Please sign in to comment.