From a72b4d77798645a1f232dbc0f77d2bf20af1ab78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 4 Nov 2016 14:32:29 +0100 Subject: [PATCH] Fix package installation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a465ac..7ddac16 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( maintainer='Raphaƫl Vinot', url='https://github.com/MISP/PyMISP', description='Python API for MISP.', - packages=['pymisp'], + packages=['pymisp', 'pymisp.tools'], classifiers=[ 'License :: OSI Approved :: BSD License', 'Development Status :: 5 - Production/Stable',