From a0016a15a5fbfb11f1d0feeec8cb170c8ac02ef6 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Thu, 21 Aug 2014 14:12:17 -0400 Subject: [PATCH] fixup packaging for readthedocs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59e9659..a023f04 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.oauth2', 'spotipy.util'],) + packages=['spotipy'])