more setup changes

This commit is contained in:
Paul Lamere 2014-08-25 17:47:19 -04:00
parent 9ba6cea623
commit a049f57bf6
1 changed files with 1 additions and 1 deletions

View File

@ -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'])