Skip to content

Commit

Permalink
chore: fix formatting in setup.py (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jun 13, 2021
1 parent c0fdf43 commit 49fb5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-tpu/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
description = "Cloud TPU API client library"
version = "0.1.0"
release_status = "Development Status :: 4 - Beta"
url="https://github.com/googleapis/python-tpu",
url = "https://github.com/googleapis/python-tpu"
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.15.0",
Expand Down Expand Up @@ -76,4 +76,4 @@
install_requires=dependencies,
include_package_data=True,
zip_safe=False,
)
)

0 comments on commit 49fb5a1

Please sign in to comment.