From a0b6b437bd705c825bd3457ee0b72de3888b5454 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sun, 19 May 2019 14:26:33 -0400 Subject: [PATCH] version 1.0 uploaded to PyPI --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ce2a6d..5fed2b2 100644 --- a/README.md +++ b/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. diff --git a/setup.py b/setup.py index eb5c236..36e0c1a 100644 --- a/setup.py +++ b/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",