From eb223760d519d782d23d815faf561f0711120629 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 8 Jan 2020 01:31:45 +0700 Subject: [PATCH] MANIFEST.in: Add test data to sdist --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7f60c79..106f43f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,7 @@ include *.py include *.txt include *.rst include bin/* -include MANIFEST.in +recursive-include hjson *.hjson +recursive-include hjson *.json +recursive-include hjson *.txt prune \#*