Skip to content

Commit

Permalink
everything seems to work now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Oct 24, 2012
1 parent ef76966 commit c203672
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

entry_points = {
'console_scripts': [
'moa = moa.cli.moa:dispatch',
'moa = moa.cli.main:dispatch',
'moaprompt = moa.cli.moaprompt:moaprompt',
'moar = moa.cli.moar:moar',
]}
Expand All @@ -31,6 +31,8 @@
packages = [
'moa',
'moa.cli',
'moa.backend',
'moa.backend.ruff',
'moa.plugin',
'moa.plugin.job',
'moa.plugin.job.smw',
Expand Down

0 comments on commit c203672

Please sign in to comment.