Skip to content

Commit 8fecd90

Browse files
author
Jon Wayne Parrott
authored
Fix inclusion of tests in manifest.in (#3552)
1 parent 071492a commit 8fecd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)