Skip to content

Commit 10b50f3

Browse files
authored
Ignore tests (rather than unit_tests) in setup.py files. (#3319)
1 parent e6282c9 commit 10b50f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'google',
6565
'google.cloud',
6666
],
67-
packages=find_packages(exclude=('unit_tests*',)),
67+
packages=find_packages(exclude=('tests*',)),
6868
install_requires=REQUIREMENTS,
6969
**SETUP_BASE
7070
)

0 commit comments

Comments
 (0)