mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-25 17:48:41 -05:00
setup.py: add a missing dependency in the long description
This commit is contained in:
parent
d6118b520b
commit
a3f417c43e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -17,6 +17,6 @@ setup(name = "trimage",
|
|||
('share/applications', ['desktop/trimage.desktop']),
|
||||
('share/man/man1', ['doc/trimage.1'])],
|
||||
scripts = ["bin/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 advpng, jpegoptim, optipng and pngcrush, 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 = ["PyQt5"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue