Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@facundobatista facundobatista released this 20 Apr 01:02
· 123 commits to main since this release
cdde66b
  • Added include and exclude 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.