From 48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Fri, 10 Aug 2012 19:05:04 +0530 Subject: Fix : Error importing unit tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 935d985..bc16eae 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages setup( name="HyperKitty", version="0.1", - description="A web interface to access GNU Mailman archives", + description="A web interface to access GNU Mailman v3 archives", long_description=open('README.rst').read(), url="https://fedorahosted.org/hyperkitty/", packages=find_packages(exclude=["*.test", "test", "*.test.*"]), -- cgit