From b77e761fbcce1968817c3cdd9fae06a3905dbc71 Mon Sep 17 00:00:00 2001 From: NatLee Date: Wed, 1 Feb 2023 20:39:10 +0800 Subject: [PATCH] [update] add `.jpg` to manifest --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index b829f29..8960918 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,4 +4,5 @@ include *.sh include *.bat include LICENSE recursive-include tests test*.py -recursive-include doc *.png \ No newline at end of file +recursive-include doc *.png +recursive-include doc *.jpg \ No newline at end of file