From 98fa2e658313c299c4d237e3b8e7dc16f6727e60 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Fri, 15 Dec 2023 09:43:16 +0100 Subject: [PATCH] add resources to package --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index adf7b645..1c773213 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ packages = [ 'odml', 'odml.rdf', + 'odml.resources', 'odml.scripts', 'odml.tools', 'odml.tools.converters'