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__':