Skip to content

Commit

Permalink
Moved the cli into __main__ to enable usage with python -m kaitaifs
Browse files Browse the repository at this point in the history
… when not installed
  • Loading branch information
KOLANICH committed Feb 8, 2018
1 parent ceeffba commit d6cb3d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = GPL-3.0+
requires = enum34, fusepy, kaitaistruct

[entry_points.console_scripts]
kaitaifs = kaitaifs.cli:main
kaitaifs = kaitaifs.__main__:main

[options]
zip_safe = True
Expand Down

0 comments on commit d6cb3d6

Please sign in to comment.