From 76c9643c8fc99a92e7c0f61ab4bc96264bfa6e50 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Tue, 7 Apr 2020 21:06:19 +0800 Subject: [PATCH] add shiv Fixes #1478 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f5d36a..b36924d 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [PyInstaller](https://github.com/pyinstaller/pyinstaller) - Converts Python programs into stand-alone executables (cross-platform). * [pynsist](http://pynsist.readthedocs.io/en/latest/) - A tool to build Windows installers, installers bundle Python itself. * [pyarmor](https://github.com/dashingsoft/pyarmor) - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. +* [shiv](https://github.com/linkedin/shiv) - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included. ## Documentation