From 4b301c4d5a887e501e9a504a7988303a05bc1467 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 30 Jan 2018 01:37:25 +0100 Subject: [PATCH] Made license classifier same as license in setup.py [ci skip] --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 953d398..6050e57 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup(name='plone.app.discussion', 'Framework :: Plone', 'Framework :: Plone :: 5.0', 'Framework :: Plone :: 5.1', + 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', ],