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] committed Feb 18, 2022
1 parent 10dde6e commit 90439ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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 90439ab

Please sign in to comment.