File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.01 '
1+ __version__ = '0.02.2 '
Original file line number Diff line number Diff line change 2323 ]
2424
2525setup (name = 'gcloud' ,
26- version = '0.02.1 ' ,
26+ version = '0.02.2 ' ,
2727 description = 'API Client library for Google Cloud' ,
2828 author = 'JJ Geewax' ,
29293030 scripts = [],
31- url = 'https://github.com/jgeewax /gcloud' ,
31+ url = 'https://github.com/GoogleCloudPlatform /gcloud-python ' ,
3232 packages = find_packages (),
3333 license = 'Apache 2.0' ,
3434 platforms = 'Posix; MacOS X; Windows' ,
35- package_data = {'' : ['gcloud/datastore/demo.key' ]},
35+ package_data = {'' : ['gcloud/datastore/demo.key' ,
36+ 'gcloud/storage/demo.key' ]},
3637 include_package_data = True ,
3738 zip_safe = False ,
3839 setup_requires = requirements ,
You can’t perform that action at this time.
0 commit comments