diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 19:05:04 +0530 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 19:05:04 +0530 |
commit | 48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66 (patch) | |
tree | ada7683aa1aa3efd6307ee90f67989264d733468 /setup.py | |
parent | b6c779f1f233649f1ad68cdbc976e2740542afde (diff) | |
download | hyperkitty-48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66.tar.gz hyperkitty-48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66.tar.xz hyperkitty-48e0b96e2c64bb44ec30e8cd039bd1db2ac20d66.zip |
Fix : Error importing unit tests
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.*"]), |