Fixed module to include client

This commit is contained in:
Paul Lamere 2014-08-21 12:05:00 -04:00
parent 5635252ad0
commit 77c370a7e6
1 changed files with 1 additions and 1 deletions

View File

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