1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
[metadata]
name = googlecloudapis
version = 0.9.30
summary = Google Cloud SDK
author = Google INC.
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Topic :: System :: Monitoring
[files]
packages =
googlecloudapis
[entry_points]
console_scripts =
google-api-tools = googlecloudapis.apitools.base.py.base_cli:main
|