add setup

This commit is contained in:
agroce 2019-04-21 13:54:12 -07:00
parent e65ec12d65
commit 218ac0eb54

View File

@ -37,5 +37,6 @@ setuptools.setup(
'deepstate-angr = deepstate.main_angr:main',
'deepstate-manticore = deepstate.main_manticore:main',
'deepstate-reduce = deepstate.reducer:main',
'deepstate-eclipser = deepstate.eclipser:main',
]
})