From: Bob Halley Date: Fri, 8 Jan 2021 12:48:14 +0000 (-0800) Subject: Include any pickles in tests directory [Issue #622]. X-Git-Tag: v2.2.0rc1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d435c157c77c73fb50ed56eeb434c2f7aff6ed4;p=thirdparty%2Fdnspython.git Include any pickles in tests directory [Issue #622]. --- diff --git a/MANIFEST.in b/MANIFEST.in index 8fdc68c5..5f7b2723 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include LICENSE ChangeLog README.md recursive-include examples *.txt *.py -recursive-include tests *.txt *.py Makefile *.good example query +recursive-include tests *.txt *.py Makefile *.good example query *.pickle