Skip to content

Commit 7858a49

Browse files
committed
Remove keys and update minor
1 parent 67d9e47 commit 7858a49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='gcloud',
26-
version='0.02.2',
26+
version='0.3.0',
2727
description='API Client library for Google Cloud',
2828
author='JJ Geewax',
2929
author_email='[email protected]',
@@ -32,8 +32,6 @@
3232
packages=find_packages(),
3333
license='Apache 2.0',
3434
platforms='Posix; MacOS X; Windows',
35-
package_data={'': ['gcloud/datastore/demo.key',
36-
'gcloud/storage/demo.key']},
3735
include_package_data=True,
3836
zip_safe=False,
3937
install_requires=REQUIREMENTS,

0 commit comments

Comments
 (0)