You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This new release expands the abilities of the loggers. Now each logger is an extension of the built-in Logger class, which allows for more methods and greater flexibility in your code.
Note that while the most important functionality was tested, not everything could be. If you find an issue, please submit an issue!
PyPkg now has the ability to include "extra" files through use of the --extras option. This allows for additional information to be included in distribution .dmg files, such as readmes or configuration files.
PyPkg now supports signing of packages with a digital identity, installer/uninstaller packages are bundled together in a .dmg, and other minor updates.