From 172273ac792f4e314d271a568228d22b67469417 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:06:41 -0400 Subject: python/PyInstaller: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/PyInstaller/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'python/PyInstaller') diff --git a/python/PyInstaller/README b/python/PyInstaller/README index 0a45ff2318..814237cdce 100644 --- a/python/PyInstaller/README +++ b/python/PyInstaller/README @@ -1,6 +1,7 @@ PyInstaller is a program that converts (packages) Python programs into -stand-alone executables, under Windows, Linux, Mac OS X, Solaris and AIX. -Its main advantages over similar tools are that PyInstaller works with -any version of Python since 2.4, it builds smaller executables thanks to -transparent compression, it is fully multi-platform, and use the OS support -to load the dynamic libraries, thus ensuring full compatibility. +stand-alone executables, under Windows, Linux, Mac OS X, Solaris and +AIX. Its main advantages over similar tools are that PyInstaller works +with any version of Python since 2.4, it builds smaller executables +thanks to transparent compression, it is fully multi-platform, and +use the OS support to load the dynamic libraries, thus ensuring full +compatibility. -- cgit v1.2.3