From 24e356da3f1fc6b7df9b75869a959ccd852073b7 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Wed, 11 Sep 2024 13:18:13 +0300 Subject: [PATCH] fix: add svg to the MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index b11365d..db61edc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.rst include LICENSE include requirements.txt -recursive-include ckanext/charts *.html *.json *.js *.less *.css *.mo *.yml *.yaml +recursive-include ckanext/charts *.html *.json *.js *.less *.css *.mo *.yml *.yaml *.svg recursive-include ckanext/charts/migration *.ini *.py *.mako