Skip to content

Commit

Permalink
fix: remove tests directory from wheel (#121)
Browse files Browse the repository at this point in the history
* fix: remove tests directory from wheel

Fixes #120

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
busunkim96 and gcf-owl-bot[bot] authored Feb 18, 2022
1 parent 75631b1 commit 16368ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-org-policy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
author_email="googleapis-packages@google.com",
license="Apache 2.0",
url="https://github.com/googleapis/python-org-policy",
packages=setuptools.PEP420PackageFinder.find(),
packages=setuptools.PEP420PackageFinder.find(exclude=["tests*"]),
namespace_packages=("google", "google.cloud"),
platforms="Posix; MacOS X; Windows",
include_package_data=True,
Expand Down

0 comments on commit 16368ba

Please sign in to comment.