Browse Source

version 1.0 uploaded to PyPI

pull/4/head
Wesley Kerfoot 5 years ago
parent
commit
a0b6b437bd
  1. 2
      README.md
  2. 4
      setup.py

2
README.md

@ -3,7 +3,7 @@
### Please note that this won't work without Spotify Premium because Spotify limits web API access to non-free accounts.
### This also requires you to have set up [mopidy-spotify](https://github.com/mopidy/mopidy-spotify) in order to play spotify tracks.
* Run `pip3 install --user .` in this repo.
* Run `pip3 install --user spotify-mpd-sync`.
* Go to [https://developer.spotify.com/dashboard/applications](https://developer.spotify.com/dashboard/applications) and create an application. Call it whatever you want.

4
setup.py

@ -4,8 +4,8 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="spotify-mpd-sync-weskerfoot",
version="0.0.2",
name="spotify-mpd-sync",
version="1.0",
author="Wesley Kerfoot",
author_email="wes@wesk.tech",
description="Synchronize Spotify Playlist to MPD",

Loading…
Cancel
Save