This commit is contained in:
Florent Guiotte 2018-09-21 15:51:08 +02:00
commit 139ceff031

View File

@ -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'],
)