mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
more setup tweaks
This commit is contained in:
parent
c0dceb88ad
commit
bf763ec335
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
include trimage
|
||||
include ui.py
|
||||
recursive-include pixmaps *
|
||||
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -9,13 +9,12 @@ setup(name = "Trimage",
|
|||
author_email = "help@trimage.org",
|
||||
url = "http://trimage.org",
|
||||
license = "MIT license",
|
||||
packages = ["hurry", "hurry/filesize","ui",""],
|
||||
packages = ["hurry", "hurry/filesize",""],
|
||||
data_files = [("pixmaps", ["pixmaps/list-add.png",
|
||||
"pixmaps/view-refresh.png",
|
||||
"pixmaps/compressing.gif",
|
||||
"pixmaps/trimage-icon.png"])],
|
||||
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.""",
|
||||
platforms = ["*nix", "mac", "windows"],
|
||||
requires = ["PyQt4 (>4.4)"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue