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
9826e6cd97
commit
27d3fd782c
3 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
include trimage.py
|
include trimage.py
|
||||||
include ui.py
|
include ui.py
|
||||||
recursive-include pixmaps *
|
recursive-include pixmaps *
|
||||||
|
recursive-include hurry *
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
from trimage import VERSION
|
from trimage import VERSION
|
||||||
|
|
||||||
setup(name = "Trimage",
|
setup(name = "trimage",
|
||||||
version = VERSION,
|
version = VERSION,
|
||||||
description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files",
|
description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files",
|
||||||
author = "Kilian Valkhof, Paul Chaplin",
|
author = "Kilian Valkhof, Paul Chaplin",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue