From 51af02298e44d3482476c7358dadd5bd47f4bdc5 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 9 Dec 2020 15:20:16 +0000 Subject: [PATCH] MANIFEST.in: Add missing .ufoz and .json files Without this, running tox from a freshly unzipped sdist will fail. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 5c4d1274b..8bee1e61f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -39,3 +39,5 @@ recursive-include Tests *.txt README recursive-include Tests *.lwfn *.pfa *.pfb recursive-include Tests *.xml *.designspace *.bin recursive-include Tests *.afm +recursive-include Tests *.json +recursive-include Tests *.ufoz