diff --git a/setup.py b/setup.py index 094eb54da..e9b7ee1e8 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,13 @@ setup( name = "gajim", description = 'TODO', version=gajim.__version__, + author = "Philipp Hörist, Yann Leboulanger", + author_email = "gajim-devel@gajim.org", url = 'https://gajim.org', + license = 'GPL v3 or greater', + classifiers = [ + 'Programming Language :: Python :: 3', + ], cmdclass = { 'build_py': build, },