diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2018-04-19 13:31:57 +0100 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2018-04-19 13:31:57 +0100 |
| commit | f062d040e339f99033fa6668e6257c30c9d23cd9 (patch) | |
| tree | de11dfc73a0eb5060ba0e9141aec2f45ee25d372 /setup.py | |
| parent | 560f27fb5d2e0de91db98c4b3773d579fb01fe86 (diff) | |
| download | eehph2-f062d040e339f99033fa6668e6257c30c9d23cd9.tar.gz eehph2-f062d040e339f99033fa6668e6257c30c9d23cd9.zip | |
added manual setup script for .zip installs
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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_] |
