From 6bcd4751aa0dedaae4cbbcd471e76db7c4a599a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= <git@apitzsch.eu>
Date: Thu, 14 Sep 2017 23:34:31 +0200
Subject: [PATCH] setup.py: fix license

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9d98bdc711..5ad136def4 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
     ],
-- 
GitLab