Add author and license information to setup.py

This commit is contained in:
André Apitzsch 2017-09-05 00:12:50 +02:00
parent a2ac23d15b
commit c3b1c1dd6a
1 changed files with 6 additions and 0 deletions

View File

@ -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,
},