From a049f57bf67928a119dc7fcacd0c379fbf0b3f97 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Mon, 25 Aug 2014 17:47:19 -0400 Subject: [PATCH] more setup changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be9b75a..0aefc3b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( description='simple client for the Spotify Web API', author="@plamere", author_email="paul@echonest.com", - url='http://github.com/plamere/spotipy', + url='http://spotipy.readthedocs.org/', install_requires=['requests>=1.0'], license='LICENSE.txt', packages=['spotipy'])