Skip to content

Commit 769f3f6

Browse files
s22chanparthea
andauthored
fix: don't package tests (#193)
caused by googleapis/python-resource-manager@8fa2ec4 Apoligies if I'm missing something: I'm not entirely sure why the local packages/namespaces are still being generated but then discarded for the actual `setuptools.setup`. Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 65156b0 commit 769f3f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-resource-manager

packages/google-cloud-resource-manager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
author_email="googleapis-packages@google.com",
6262
license="Apache 2.0",
6363
url=url,
64-
packages=setuptools.PEP420PackageFinder.find(),
64+
packages=packages,
6565
namespace_packages=("google", "google.cloud"),
6666
platforms="Posix; MacOS X; Windows",
6767
include_package_data=True,

0 commit comments

Comments
 (0)