From f9db6a8306c92dca452f8be502dc5f5e5b64dd27 Mon Sep 17 00:00:00 2001 From: Nico Zanferrari Date: Fri, 22 Mar 2019 15:33:29 +0100 Subject: [PATCH] cleanup --- extras/build_web2py/setup_exe.conf | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 extras/build_web2py/setup_exe.conf diff --git a/extras/build_web2py/setup_exe.conf b/extras/build_web2py/setup_exe.conf deleted file mode 100644 index 9996db06..00000000 --- a/extras/build_web2py/setup_exe.conf +++ /dev/null @@ -1,27 +0,0 @@ -[Setup] -#py2exe often includes DLLS from windows which aren't licensed for -#open source distribution. Should they be removed? -remove_microsoft_dlls: Yes - -#copy all web2py apps currently installed? -#If no, only the default admin, welcome & example apps will be included -copy_apps: No - -#include the web2py\site-packages directory? -copy_site_packages: Yes - -#include the web2py\scripts directory? -copy_scripts: Yes - -#create a zip file of the build for easy distribution? -make_zip: Yes - -#what should the zip file be named? (leave off the .zip extension) -zip_filename = web2py_win - -#should the build, deposit & dist directories used by py2exe be removed? -#if you created a zip file you likely don't need these directories anymore -remove_build_files = Yes - -#should the build include the gevented webserver (needs gevent) -include_gevent = Yes \ No newline at end of file