Fix package installation

pull/30/head
Raphaël Vinot 2016-11-04 14:32:29 +01:00
parent 75ebedae5c
commit a72b4d7779
1 changed files with 1 additions and 1 deletions

View File

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