Skip to content
Snippets Groups Projects
Commit c3b1c1dd authored by André's avatar André
Browse files

Add author and license information to setup.py

parent a2ac23d1
No related branches found
No related tags found
No related merge requests found
......@@ -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,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment