From 1d746803d9c07f88617eeb0ddda1af247d08a7f7 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Mon, 06 Nov 2006 19:24:01 +0000 Subject: zip -> xo --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3230a67..a319c52 100755 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def build_package(): bundle = Bundle(get_source_path()) - zipname = '%s-%d.zip' % (bundle.get_name(), bundle.get_activity_version()) + zipname = '%s-%d.xo' % (bundle.get_name(), bundle.get_activity_version()) bundle_zip = zipfile.ZipFile(zipname, 'w') for filename in file_list: @@ -104,7 +104,7 @@ def delete_backups(arg, dirname, names): for name in names: if name.endswith('~') or name.endswith('pyc'): os.remove(os.path.join(dirname, name)) - + if len(sys.argv) < 2 or sys.argv[1] == 'help': print_help() elif sys.argv[1] == 'dev': -- cgit v0.9.1