summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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.*"]),