Added apiclient.ext to list of packages to install in setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ are not already installed.
|
|||||||
|
|
||||||
import setup_utils
|
import setup_utils
|
||||||
|
|
||||||
packages = ['apiclient', 'uritemplate']
|
packages = ['apiclient', 'apiclient.ext', 'uritemplate']
|
||||||
|
|
||||||
# Don't clobber installed versions of third party libraries
|
# Don't clobber installed versions of third party libraries
|
||||||
# with what we include.
|
# with what we include.
|
||||||
|
|||||||
Reference in New Issue
Block a user