From 77c370a7e6d7038d859bc2000f23a5d8d28c2848 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Thu, 21 Aug 2014 12:05:00 -0400 Subject: [PATCH] Fixed module to include client --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a54b38..d838f43 100644 --- a/setup.py +++ b/setup.py @@ -9,4 +9,4 @@ setup( url='http://github.com/plamere/spotipy', install_requires=['requests>=1.0'], license='LICENSE.txt', - py_modules=['spotipy.spotipy', 'spotipy.oauth2', 'spotipy.util'],) + py_modules=['spotipy.client', 'spotipy.oauth2', 'spotipy.util'],)