Release 0.3.0
-
Added
include
andexclude
configuration options to have full control on what is inside the packed file. -
Reuse the existing project directory only if it has a complete previous installation.
-
Support the declaration of a minimum Python version to run the packed project.
-
Expose the .pyz path to the project being run.
-
Now used logging to expose messages to developer and users, with different verbosity levels.
-
Set up the proper PATH in the end command environment.
-
Added a
-V
/--version
option to just print the version and exit. -
Run tests (unit and integration) in Linux, MacOS and Windows.