Skip to content

Commit 978060d

Browse files
1 parent 883b306 commit 978060d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
# Only include packages under the 'google' namespace. Do not include tests,
6464
# benchmarks, etc.
6565
packages = [
66-
package for package in setuptools.find_namespace_packages() if package.startswith("google")
66+
package
67+
for package in setuptools.find_namespace_packages()
68+
if package.startswith("google")
6769
]
6870

6971
setuptools.setup(

0 commit comments

Comments
 (0)