From f062d040e339f99033fa6668e6257c30c9d23cd9 Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 19 Apr 2018 13:31:57 +0100 Subject: added manual setup script for .zip installs --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 733a66d..c29675b 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ include_files = [ "LICENSE.txt", "on_install_setup.exe", "cleanup.exe", + "manual_setup.exe", "EEHPH2_app.py", r"C:\Program Files (x86)\Python36_64\DLLs\tcl86t.dll", r"C:\Program Files (x86)\Python36_64\DLLs\tk86t.dll", @@ -27,7 +28,7 @@ exec_ = Executable( setup( name = "EEHPH Photo Viewer v2", options = {"build_exe": {"packages": packages, "include_files": include_files}}, - version = "2.2.5", + version = "2.2.6", description = "EEHPH2 by AE computer vision", author = "Edward Attenborough", executables = [exec_] -- cgit v1.2.3