From 03955a68cf2aef3c816ca75bf03656351b3eb09e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= <git@apitzsch.eu>
Date: Fri, 8 Sep 2017 23:37:45 +0200
Subject: [PATCH] setup.py: add description

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 2956a26537..d94e08e62c 100644
--- a/setup.py
+++ b/setup.py
@@ -166,7 +166,7 @@ data_files = data_files_app_icon
 
 setup(
     name = "gajim",
-    description = 'TODO',
+    description = 'A GTK+ Jabber client',
     version=gajim.__version__,
     author = "Philipp Hörist, Yann Leboulanger",
     author_email = "gajim-devel@gajim.org",
-- 
GitLab