From f68ca0d7e6060a7708446449cdde8618dd2b8773 Mon Sep 17 00:00:00 2001 From: Karamaz0V1 Date: Fri, 14 Sep 2018 19:14:07 +0200 Subject: [PATCH] fix core import --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63cfd07..66524b8 100644 --- a/setup.py +++ b/setup.py @@ -16,5 +16,5 @@ setup(name='ld2dap', author='Florent Guiotte', author_email='florent.guiotte@uhb.fr', url='https://git.guiotte.fr/Florent/LD2DAPs', - packages=['ld2dap'], + packages=['ld2dap', 'ld2dap.core'], )