Skip to content

Commit

Permalink
fix deployment of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored May 7, 2023
1 parent 953a07b commit 75ce46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 75ce46d

Please sign in to comment.