blob: d79ac3c39794e931c6a8879fe17ca63b95da04a6 [file] [log] [blame]
Brad Bishop6a62e0e2019-10-21 08:11:42 -04001SUMMARY = "The Google API Client for Python is a client library for accessing the Plus, Moderator, and many other Google APIs."
2HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
5
Andrew Geisslerd688a012020-09-18 13:36:00 -05006SRC_URI[md5sum] = "92106822131f76ca77b77009674e78e4"
7SRC_URI[sha256sum] = "ddadc243ce627512c2a27e11d369f5ddf658ef80dbffb247787499486ef1ea98"
Brad Bishop6a62e0e2019-10-21 08:11:42 -04008
9inherit pypi setuptools3