aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2018-04-19 13:31:57 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2018-04-19 13:31:57 +0100
commitf062d040e339f99033fa6668e6257c30c9d23cd9 (patch)
treede11dfc73a0eb5060ba0e9141aec2f45ee25d372 /setup.py
parent560f27fb5d2e0de91db98c4b3773d579fb01fe86 (diff)
downloadeehph2-f062d040e339f99033fa6668e6257c30c9d23cd9.tar.gz
eehph2-f062d040e339f99033fa6668e6257c30c9d23cd9.zip
added manual setup script for .zip installs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
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_]