Skip to content

Commit

Permalink
missing coma!
Browse files Browse the repository at this point in the history
  • Loading branch information
nl78 committed Sep 29, 2024
1 parent 0f3cd8b commit 250a05f
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 @@ -37,7 +37,7 @@
"resources/license.txt",
"resources/*.png"],
},
entry_points={"console_scripts": ["fmutool = fmutool.cli:fmutool"
entry_points={"console_scripts": ["fmutool = fmutool.cli:fmutool",
"fmucontainer = fmutool.cli:fmucontainer"]},
author=author,
url="https://github.com/grouperenault/fmutool/",
Expand Down

0 comments on commit 250a05f

Please sign in to comment.