Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore: fix coverage and setup.py (#3)
Browse files Browse the repository at this point in the history
* chore: release 0.1.0

Release-As: 0.1.0

* chore: fix setup.py and unit test cov

* fix typo

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
busunkim96 and parthea committed Oct 25, 2021
1 parent 7e713ac commit 174fb47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -28,7 +28,12 @@
setuptools.setup(
name="google-cloud-monitoring-metrics-scopes",
version=version,
description="Google Cloud Monitoring Metrics Scopes Client Library",
long_description=readme,
author="Google LLC",
author_email="googleapis-packages@google.com",
license="Apache 2.0",
url="https://github.com/googleapis/python-monitoring-metrics-scopes",
packages=setuptools.PEP420PackageFinder.find(),
namespace_packages=("google", "google.cloud"),
platforms="Posix; MacOS X; Windows",
Expand Down
5 changes: 4 additions & 1 deletion testing/constraints-3.6.txt
Expand Up @@ -7,4 +7,7 @@
# Then this file should have foo==1.14.0
google-api-core==1.27.0
proto-plus==1.15.0
packaging==14.3
packaging==14.3
# TODO: remove when google-auth>=1.25.0 is required transitively through
# google-api-core >= 1.28.0
google-auth==1.24.0

0 comments on commit 174fb47

Please sign in to comment.