mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-08 15:42:48 +00:00
Fixed module to include client
This commit is contained in:
parent
5635252ad0
commit
77c370a7e6
2
setup.py
2
setup.py
@ -9,4 +9,4 @@ setup(
|
|||||||
url='http://github.com/plamere/spotipy',
|
url='http://github.com/plamere/spotipy',
|
||||||
install_requires=['requests>=1.0'],
|
install_requires=['requests>=1.0'],
|
||||||
license='LICENSE.txt',
|
license='LICENSE.txt',
|
||||||
py_modules=['spotipy.spotipy', 'spotipy.oauth2', 'spotipy.util'],)
|
py_modules=['spotipy.client', 'spotipy.oauth2', 'spotipy.util'],)
|
||||||
|
Loading…
Reference in New Issue
Block a user