From 6a00b2e25c96fc98239c28947e64f9c2b238b080 Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Tue, 23 Mar 2010 14:57:50 +0100 Subject: [PATCH] move runner to own folder --- trimage => runner/trimage | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename trimage => runner/trimage (100%) diff --git a/trimage b/runner/trimage similarity index 100% rename from trimage rename to runner/trimage diff --git a/setup.py b/setup.py index 7538dff..51696b6 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(name = "trimage", "pixmaps/view-refresh.png", "pixmaps/compressing.gif", "pixmaps/trimage-icon.png"])], - scripts = ["trimage"], + scripts = ["runner/trimage"], long_description = """Trimage is a cross-platform GUI and command-line interface to optimize image files via optipng, advpng and jpegoptim, depending on the filetype (currently, PNG and JPG files are supported). It was inspired by imageoptim. All image files are losslessy compressed on the highest available compression levels. Trimage gives you various input functions to fit your own workflow: A regular file dialog, dragging and dropping and various command line options.""", requires = ["PyQt4 (>4.4)"], classifiers = [