more setup tweaks

This commit is contained in:
Kilian Valkhof 2010-03-23 14:45:24 +01:00
parent 9826e6cd97
commit 27d3fd782c
3 changed files with 2 additions and 2 deletions

View file

@ -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 *

View file

@ -1 +0,0 @@

View file

@ -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",