From f17cbf980ac2f78966beb0c7511aef3705df75d5 Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Sun, 17 Jul 2011 23:34:14 +0200 Subject: [PATCH] Add man page, by Kyrill Detinov --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f11ff7..bae6f17 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,8 @@ setup(name = "trimage", "trimage.ThreadPool",], package_data = {"trimage" : ["pixmaps/*.*"] }, data_files=[('share/icons/hicolor/scalable/apps', ['desktop/trimage.svg']), - ('share/applications', ['desktop/trimage.desktop'])], + ('share/applications', ['desktop/trimage.desktop']), + ('share/man/man1', ['doc/trimage.1'])], scripts = ["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)"],