Added apiclient.ext to list of packages to install in setup.py
diff --git a/setup.py b/setup.py
index 2234acf..a34514f 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
 
 import setup_utils
 
-packages = ['apiclient', 'uritemplate']
+packages = ['apiclient', 'apiclient.ext', 'uritemplate']
 
 # Don't clobber installed versions of third party libraries
 # with what we include.