Added apiclient.ext to list of packages to install in setup.py

This commit is contained in:
Tom Miller
2010-11-01 10:14:12 -07:00
parent 78a508d304
commit b10a240734

View File

@@ -20,7 +20,7 @@ are not already installed.
import setup_utils
packages = ['apiclient', 'uritemplate']
packages = ['apiclient', 'apiclient.ext', 'uritemplate']
# Don't clobber installed versions of third party libraries
# with what we include.