commit | a1fef469f83f81aa204e42650d684198c1186c14 | [log] [tgz] |
---|---|---|
author | Nathaniel Manista <nathaniel@google.com> | Thu Sep 03 13:47:22 2015 -0700 |
committer | Nathaniel Manista <nathaniel@google.com> | Thu Sep 03 13:47:22 2015 -0700 |
tree | 127fcf0fe93014a68a2ec5d38fcc6a1c977cba61 | |
parent | ed3d5a645745602dc9c424227e8b222e2ef261eb [diff] | |
parent | 2ec6efa813905900c45dab5c29edbb6948632d46 [diff] |
Merge pull request #129 from tmatsuo/discovery-cache Added 'googleapiclient/discovery_cache' to setup.py.
diff --git a/setup.py b/setup.py index 95df365..2f2b164 100644 --- a/setup.py +++ b/setup.py
@@ -59,6 +59,7 @@ packages = [ 'apiclient', 'googleapiclient', + 'googleapiclient/discovery_cache', ] install_requires = [