From d70a13e412baafe9fed30e38d115cb090dbf3a1d Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 25 Aug 2013 20:39:32 -0500 Subject: [PATCH] commented scripts in setup.py, broke build --- VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 573b5bbd..bb31ca9f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.08.25.20.35.58 +Version 2.6.0-development+timestamp.2013.08.25.20.38.30 diff --git a/setup.py b/setup.py index b1ce74f7..a5551644 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def start(): 'gluon/tests', ], package_data={'gluon': ['env.tar']}, - scripts=['w2p_apps', 'w2p_run', 'w2p_clone'], +# scripts=['w2p_apps', 'w2p_run', 'w2p_clone'], ) if __name__ == '__main__':