Commands, which modify JAR, should be moved to 'jarutil.py' out from 'manifest.py'
KonstantinShemyak opened this issue · 0 comments
KonstantinShemyak commented
Currently manifest.py
contains manifest-related functionality, plus functions which inspect or modify the JAR file as whole (create, sign, verify signature). The latter are best moved to a separate module.