setup.py: add description
This commit is contained in:
parent
7751c3e722
commit
03955a68cf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue