move runner to own folder

This commit is contained in:
Kilian Valkhof 2010-03-23 14:57:50 +01:00
parent e96327edbd
commit 6a00b2e25c
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ setup(name = "trimage",
"pixmaps/view-refresh.png", "pixmaps/view-refresh.png",
"pixmaps/compressing.gif", "pixmaps/compressing.gif",
"pixmaps/trimage-icon.png"])], "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.""", 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)"], requires = ["PyQt4 (>4.4)"],
classifiers = [ classifiers = [