From 27d3fd782cd1a76806f53057fd02ab3a9073b4b5 Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Tue, 23 Mar 2010 14:45:24 +0100 Subject: [PATCH] more setup tweaks --- MANIFEST.in | 1 + __init__.py | 1 - setup.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 18e7120..b06ee8d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include trimage.py include ui.py recursive-include pixmaps * +recursive-include hurry * diff --git a/__init__.py b/__init__.py index 8b13789..e69de29 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +0,0 @@ - diff --git a/setup.py b/setup.py index b9382ac..18dc958 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup from trimage import VERSION -setup(name = "Trimage", +setup(name = "trimage", version = VERSION, description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files", author = "Kilian Valkhof, Paul Chaplin",