Skip to content

Commit 6ab3e01

Browse files
author
Jon Wayne Parrott
authored
Fix inclusion of tests in manifest.in (googleapis#3552)
1 parent 14251d9 commit 6ab3e01

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

bigquery/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include README.rst LICENSE
2-
recursive-include unit_tests *
2+
recursive-include tests *
33
global-exclude *.pyc __pycache__

bigtable/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include README.rst LICENSE
22
recursive-include google *.json *.proto
3-
recursive-include unit_tests *
3+
recursive-include tests *
44
global-exclude *.pyc __pycache__

core/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include README.rst LICENSE
2-
recursive-include unit_tests *
2+
recursive-include tests *
33
global-exclude *.pyc __pycache__

datastore/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include README.rst LICENSE
22
recursive-include google *.json *.proto
3-
recursive-include unit_tests *
3+
recursive-include tests *
44
global-exclude *.pyc __pycache__

dns/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include README.rst LICENSE
22
recursive-include google *.json *.proto
3-
recursive-include unit_tests *
3+
recursive-include tests *
44
global-exclude *.pyc __pycache__

error_reporting/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include README.rst LICENSE
22
recursive-include google *.json *.proto
3-
recursive-include unit_tests *
3+
recursive-include tests *
44
global-exclude *.pyc __pycache__

language/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include README.rst LICENSE
22
recursive-include google *.json *.proto
3-
recursive-include unit_tests *
3+
recursive-include tests *
44
global-exclude *.pyc __pycache__

logging/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include README.rst LICENSE
22
recursive-include google *.json *.proto
3-
recursive-include unit_tests *
3+
recursive-include tests *
44
global-exclude *.pyc __pycache__

monitoring/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include README.rst LICENSE
22
recursive-include google *.json *.proto
3-
recursive-include unit_tests *
3+
recursive-include tests *
44
global-exclude *.pyc __pycache__

pubsub/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include README.rst LICENSE
22
recursive-include google *.json *.proto
3-
recursive-include unit_tests *
3+
recursive-include tests *
44
global-exclude *.pyc __pycache__

0 commit comments

Comments
 (0)