From ee9757de78385963d633ee80551252f466f72d46 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Wed, 17 Apr 2002 06:26:31 +0000 Subject: Added an option '--no-compress' if you don't want gzipped archives. Added an option '--preserve-unread' to always preserved (don't archive) unread messages. --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index eb50fe6..8e86f40 100755 --- a/setup.py +++ b/setup.py @@ -14,13 +14,11 @@ def check_python_version(): print too_old_error sys.exit(1) -check_python_version() # define & run this early because 'distutils.core' is new - - +check_python_version() # define & run this early - 'distutils.core' is new from distutils.core import setup setup(name="archivemail", - version="0.3.2", + version="0.4.0", description="archive and compress old email", platforms="POSIX", license="GNU GPL", -- cgit v1.2.3