Skip to content

Commit 9ec352a

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# benchmarks, etc.
8383
packages = [
8484
package
85-
for package in setuptools.PEP420PackageFinder.find()
85+
for package in setuptools.find_namespace_packages()
8686
if package.startswith("bigframes") or package.startswith("third_party")
8787
]
8888

0 commit comments

Comments
 (0)