Skip to content

Commit

Permalink
Remove keys and update minor
Browse files Browse the repository at this point in the history
  • Loading branch information
silvolu committed Nov 26, 2014
1 parent 67d9e47 commit 7858a49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='gcloud',
version='0.02.2',
version='0.3.0',
description='API Client library for Google Cloud',
author='JJ Geewax',
author_email='jj@geewax.org',
Expand All @@ -32,8 +32,6 @@
packages=find_packages(),
license='Apache 2.0',
platforms='Posix; MacOS X; Windows',
package_data={'': ['gcloud/datastore/demo.key',
'gcloud/storage/demo.key']},
include_package_data=True,
zip_safe=False,
install_requires=REQUIREMENTS,
Expand Down

0 comments on commit 7858a49

Please sign in to comment.