Skip to content

Commit

Permalink
rename gcp -> gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Mar 4, 2016
1 parent 7258bf0 commit a4b9e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):
]
docker = ['docker-py>=1.6.0']
druid = ['pydruid>=0.2.1']
gcp = [
gcloud = [
'gcloud>=1.1.0',
]
gcp_api = [
Expand Down Expand Up @@ -136,7 +136,7 @@ def run(self):
'doc': doc,
'docker': docker,
'druid': druid,
'gcp': gcp,
'gcloud': gcloud,
'gcp_api': gcp_api,
'hdfs': hdfs,
'hive': hive,
Expand Down

0 comments on commit a4b9e58

Please sign in to comment.