Skip to content
This repository was archived by the owner on Oct 20, 2018. It is now read-only.

Commit 5adb535

Browse files
committed
Meta cleanup
1 parent 0567bf9 commit 5adb535

File tree

2 files changed

+5
-32
lines changed

2 files changed

+5
-32
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 thebigmunch <mail@thebigmunch.me>
3+
Copyright (c) 2013-2017 thebigmunch <mail@thebigmunch.me>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1717
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1818
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1919
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,17 @@
11
gmusicapi-wrapper
22
=================
33

4-
A wrapper interface around [gmusicapi](https://github.com/simon-weber/Unofficial-Google-Music-API).
4+
A wrapper interface around [gmusicapi](https://github.com/simon-weber/gmusicapi).
5+
56

67
## Requirements
78

89
* Python 3.4+
9-
* [gmusicapi](https://github.com/simon-weber/Unofficial-Google-Music-API)
10+
* [gmusicapi](https://github.com/simon-weber/gmusicapi)
1011
* [mutagen](https://bitbucket.org/lazka/mutagen)
1112
* ffmpeg or avconv for uploading non-mp3 files (See [here](http://unofficial-google-music-api.readthedocs.org/en/latest/usage.html#usage))
1213

13-
## Installation
14-
15-
### Stable Release
16-
17-
``pip install gmusicapi-wrapper`` or ``pip install git+https://github.com/thebigmunch/gmusicapi-wrapper``
18-
19-
### Unstable/Development
20-
21-
``pip install git+https://github.com/thebigmunch/gmusicapi-wrapper.git@devel``
22-
23-
## Usage
24-
25-
Docs coming soon. See the docstrings for usage information for now.
26-
27-
## Contributing
28-
29-
See the [CONTRIBUTING.md](https://github.com/thebigmunch/gmusicapi-wrapper/blob/master/CONTRIBUTING.md) file
3014

3115
## Contact
3216

3317
You can contact the author in ``#gmusicapi`` on ``irc.freenode.net`` or by [e-mail](mailto:mail@thebigmunch.me)
34-
35-
## Donate
36-
37-
Donations, as any compliment, are appreciated but not expected.
38-
39-
[![Bitcoin](http://img.shields.io/badge/bitcoin-donate-green.svg?style=flat-square)](https://coinbase.com/thebigmunch) [![PayPal](http://img.shields.io/badge/paypal-donate-green.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=DHDVLSYW8V8N4&lc=US&item_name=thebigmunch&currency_code=USD)
40-
[![Coinbase](http://img.shields.io/badge/coinbase-referral-orange.svg?style=flat-square)](https://coinbase.com/?r=52502f01e0fdd4d3ef000253&utm_campaign=user-referral&src=referral-link) [![Digital Ocean](http://img.shields.io/badge/digital ocean-referral-orange.svg?style=flat-square)](https://www.digitalocean.com/?refcode=3823208a0597) [![Namecheap](http://img.shields.io/badge/namecheap-referral-orange.svg?style=flat-square)](http://www.namecheap.com/?aff=67208)
41-
42-
-----
43-
44-
Copyright (c) 2016 [thebigmunch](mailto:mail@thebigmunch.me). Licensed under the MIT License. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)