From 9e534977effc192b2015dd846e99d77439ded5a3 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Fri, 12 Apr 2002 05:31:59 +0000 Subject: Stopped calling gzip externally and started using the 'gzip' module directly. Removed bzip2 and compress support since they were complicating things and you don't really need them much anyway. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8452572..3ce0826 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ check_python_version() # define & run this early because 'distutils.core' is ne from distutils.core import setup setup(name="archivemail", - version="0.3.0", + version="0.3.1", description="archive and compress old email", platforms="POSIX", license="GNU GPL", -- cgit v1.2.3