setup.py: fix license

This commit is contained in:
André Apitzsch 2017-09-14 23:34:31 +02:00
parent 30424b364a
commit 6bcd4751aa
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ setup(
author = "Philipp Hörist, Yann Leboulanger",
author_email = "gajim-devel@gajim.org",
url = 'https://gajim.org',
license = 'GPL v3 or greater',
license = 'GPL v3',
classifiers = [
'Programming Language :: Python :: 3',
],