From b68cb93497760e6796c5da225f207ca3164a9a0a Mon Sep 17 00:00:00 2001 From: Bhavin Katabathuni Date: Tue, 18 Jun 2024 16:10:06 +0200 Subject: [PATCH] added recursive --- .idea/workspace.xml | 26 ++++++++++++++++++-------- MANIFEST.in | 2 +- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fe9abb2..a248af2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,11 +1,8 @@ - + - - - - + + + - + + + + @@ -271,7 +273,14 @@ @@ -302,6 +311,7 @@ - \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 3eafe3c..8bcb36a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.rst include LICENSE include requirements.txt -recursive-include ckanext/rdkit_visuals *.html *.json *.js *.less *.css *.mo *.yml +recursive-include ckanext/rdkit_visuals *.html *.json *.js *.less *.css *.mo *.yml *.jpg *.png recursive-include ckanext/rdkit_visuals/migration *.ini *.py *.mako