diff --git a/setup.py b/setup.py index da1d124..15212fe 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ license='MIT', description='Mentalist is a graphical tool for custom wordlist generation. It utilizes common human paradigms for constructing passwords and can output the full wordlist or rules.', keywords='wordlist wordlist-generator passwords', - packages=['mentalist', 'mentalist.view', 'mentalist.data', 'tests', + packages=['mentalist', 'mentalist.view', 'mentalist.data', 'mentalist.icons'], entry_points={'gui_scripts': 'mentalist = mentalist.controller:main'}, test_suite='tests.test_model',